Files
jd-book-uploader-backend/.gitignore
ianshaloom 9a5508ffe8 chore: update .gitignore to include Gitea workflow files
- Added .gitea/workflows/deploy.yml and .gitea/workflows/build.yml to .gitignore to prevent tracking of workflow configuration files.
2025-11-21 14:23:50 +03:00

54 lines
522 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
jd-book-uploader
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# Environment variables
.env
# Firebase credentials
firebase-service-account.json
*.json
!go.mod
!go.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Build artifacts
dist/
build/
.env.example
.env.production
.env.local
.env.production.example
.gitea/workflows/deploy.yml
.gitea/workflows/build.yml