Files
indiekit-blog/.gitignore
Ricardo a0040c949d fix: pagefind output directory to match template references
Templates reference /pagefind/pagefind-ui.js but pagefind defaulted
to _pagefind/ (with underscore). Added --output-subdir pagefind flag
and updated ignores to match.
2026-02-18 17:31:00 +01:00

28 lines
274 B
Plaintext

# Dependencies
node_modules/
# Build output
_site/
pagefind/
css/style.css
# Cache
.cache/
# Content (symlinked at runtime)
content/
uploads/
# Personal overrides (should be in parent repo)
*.rmendes
# OS files
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo