Add SEO mode project workflow

This commit is contained in:
DCCONSTRUCTIONS
2026-06-28 12:05:49 +03:00
parent 20cf1a40f0
commit d27e6ee43d
60 changed files with 36186 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# 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/