mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 08:44:56 +02:00
Templates reference /pagefind/pagefind-ui.js but pagefind defaulted to _pagefind/ (with underscore). Added --output-subdir pagefind flag and updated ignores to match.
28 lines
274 B
Plaintext
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
|