mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
27 lines
264 B
Plaintext
27 lines
264 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
_site/
|
|
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
|