Files
futur-web-app/server/.gitignore
2025-11-03 12:24:01 +02:00

29 lines
231 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/