Files
AI-Support/.gitignore
2025-09-13 06:48:55 +03:00

71 lines
822 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/backend/bin/
/backend/support
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Log files
*.log
logs/
# Database files
*.db
*.sqlite
*.sqlite3
# Frontend build artifacts
frontend/dist/
frontend/build/
frontend/node_modules/
# Kubernetes secrets
secrets/
*.secret
*.key
*.pem
*.crt
# Temporary files
tmp/
temp/
*.tmp
*.temp
.claude