Add SEO mode project workflow
This commit is contained in:
+36
@@ -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/
|
||||
Reference in New Issue
Block a user