golang-app/.gitignore

15 lines
170 B
Plaintext

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