Files
honeyDueAPI/.gitignore
2025-11-26 20:36:19 -06:00

41 lines
330 B
Plaintext

# Environment files
.env
.env.local
.env.*.local
# Binaries
bin/
api
worker
admin
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage tool
*.out
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Uploads directory
uploads/
# Logs
*.log
# Vendor (if not using go modules)
# vendor/