Files
indiekit-blog/.gitignore
2026-03-29 08:47:40 +02:00

55 lines
731 B
Plaintext

# Dependencies
node_modules/
# Build output
_site/
pagefind/
css/style.css
# Cache
.cache/
.superpowers
# Content (symlinked at runtime)
content/
uploads/
docs/
# 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