new gitignore
This commit is contained in:
+24
-1
@@ -11,7 +11,10 @@ css/style.css
|
|||||||
|
|
||||||
# Environment variables (never commit!)
|
# Environment variables (never commit!)
|
||||||
.env
|
.env
|
||||||
.env.local
|
*.env.local
|
||||||
|
*.env.*.local
|
||||||
|
env.sh
|
||||||
|
env.sh.*
|
||||||
|
|
||||||
# Content (symlinked at runtime)
|
# Content (symlinked at runtime)
|
||||||
content/
|
content/
|
||||||
@@ -30,4 +33,24 @@ Thumbs.db
|
|||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
|
# Development files
|
||||||
.claude
|
.claude
|
||||||
|
|
||||||
|
# Build artifacts (eleventy-site is a submodule)
|
||||||
|
# _site and .cache are in submodule's .gitignore
|
||||||
|
|
||||||
|
# User content (populated at runtime)
|
||||||
|
migrated-content/
|
||||||
|
|
||||||
|
# Personal data overrides (applied during build)
|
||||||
|
overrides/
|
||||||
|
|
||||||
|
# Personal avatar images can go in overrides/eleventy-site/images/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
Reference in New Issue
Block a user