go-backend-template/.gitignore
Timo Riegebauer 860135aff1 first commit
2025-04-22 09:08:17 +00:00

32 lines
269 B
Plaintext

# Go-specific
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
bin/
build/
# Docker
docker-compose.override.yml
Dockerfile.*
*.log
# IDE specific
.vscode/
# Build artifacts
*.tgz
*.tar.gz
# Logs
*.log
# MacOS specific
.DS_Store
# Environment Files
.env*
!.env.example