NODEDC_SEO/seo_mode/seo_mode/.gitignore

30 lines
265 B
Plaintext

# Dependencies
node_modules/
# Builds
dist/
build/
.vite/
# Environment and secrets
.env
.env.*
!.env.example
# Local runtime data
data/
tmp/
temp/
logs/
*.log
# Local infrastructure volumes
.postgres/
.minio/
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/