37 lines
422 B
Plaintext
37 lines
422 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/
|
|
|
|
# Unpacked archive references kept local; source archives stay tracked.
|
|
/SEO-farm/
|
|
/seo_mode_test_site/
|
|
|
|
# Nested VCS metadata from unpacked archives
|
|
.git/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|