NAM-APJATEL-BACKEND/.gitignore

45 lines
422 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the go coverage tool
*.out
# Temporary files
*.tmp
*.temp
# Build directories
_build/
_builds/
bin/
out/
# Vendor directory
vendor/
# Go modules
go.sum
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*.DS_Store
# Logs
*.log
# Dependency directories
Godeps/
node_modules/
# Environment variables
.env
# Coverage files
coverage.out