24 lines
244 B
Plaintext
24 lines
244 B
Plaintext
# Zola build output
|
|
public/
|
|
processed_images/
|
|
|
|
# Project-local artifacts not for upstream
|
|
orig/
|
|
.superpowers/
|
|
|
|
# Editor / OS noise
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs / caches that might leak in
|
|
*.log
|
|
.zola/
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|