golang-app/.gitignore

15 lines
168 B
Plaintext

# go generations
*.exe
# IDEA project files
/.idea
# Visual Studio Code workspace files
/workstations.code-workspace
# directories
/vendor/
/build/
.env
.env.docker