init
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
# Build outputs
|
||||
backend/bin/
|
||||
backend/tmp/
|
||||
frontend/.next/
|
||||
frontend/out/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
air.log
|
||||
backend.log
|
||||
frontend.log
|
||||
|
||||
# Process IDs
|
||||
.backend.pid
|
||||
.frontend.pid
|
||||
|
||||
# Cache
|
||||
backend/data/
|
||||
*.cache
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
*.coverage
|
||||
|
||||
# Docker
|
||||
.docker/
|
||||
|
||||
# Kubernetes secrets (keep templates)
|
||||
k8s/*-secrets.yaml
|
||||
!k8s/*-secrets.yaml.example
|
||||
Reference in New Issue
Block a user