testfix/backend/.gitignore

32 lines
239 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
main
taskmanager
# Test binary
*.test
# Output of go coverage
*.out
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local