Files
jd-book-uploader-backend/.gitignore
admin ca62651c3c chore: update .gitignore to include additional Gitea workflow files
- Added .gitea/workflows/deploy.yml and .gitea/workflows/build.yml to .gitignore to prevent tracking of these workflow configuration files.
2025-11-21 15:13:15 +03:00

56 lines
541 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
.gitea/workflows/deploy.yml
.gitea/workflows/build.yml