Files
futur-web-app/server/.gitignore
2026-01-24 15:59:05 +02:00

31 lines
243 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Build
bin/
dist/
# Environment
.env
# IDE
.idea/
.vscode/
# Dependency directories
vendor/
# Test binary, built with go test -c
*.test
# Output of the go coverage tool
*.out
tmp/
*_templ.go