mirror of
https://github.com/skoelle/buildbroken-blog-archive.git
synced 2026-09-17 18:30:25 +00:00
21 lines
298 B
Plaintext
21 lines
298 B
Plaintext
# Hugo Build-Output (regenerierbar)
|
|
public/
|
|
|
|
# Python virtualenv & Cache
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Hugo-Build-Lock
|
|
.hugo_build.lock
|
|
|
|
# Wayback-CDX-Cache (regenerierbar via Downloader)
|
|
archive/wayback-html/.cdx_cache.json
|
|
|
|
# Betriebssystem / Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dev-Skript
|
|
start-dev.sh
|