28 lines
244 B
Plaintext
28 lines
244 B
Plaintext
# Environment files
|
|
.env
|
|
*.env.local
|
|
|
|
# SSL certificates
|
|
certs/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Google service account keys
|
|
google-sa.json
|
|
*-sa.json
|
|
*.json.key
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|