53 lines
712 B
Plaintext
53 lines
712 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
_site/
|
|
pagefind/
|
|
css/style.css
|
|
|
|
# Cache
|
|
.cache/
|
|
|
|
# Content (symlinked at runtime)
|
|
content/
|
|
uploads/
|
|
|
|
# Ignore Indiekit plugin data
|
|
content/.indiekit/homepage.json
|
|
|
|
# Personal overrides (should be in parent repo)
|
|
*.rmendes
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Development files
|
|
.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
|