add impressum

This commit is contained in:
Aron Petau 2025-10-10 12:31:14 +02:00
parent e89aa4f978
commit 61e25bd31a

47
.gitignore vendored Normal file
View file

@ -0,0 +1,47 @@
# Zola static site
# Ignore build artifacts, cache, and OS/editor files
.github/
# Zola cache
.cache/
# Sass cache
.sass-cache/
# Node modules (if any)
node_modules/
# Editor/OS files
.DS_Store
*.swp
*.swo
*.bak
*.tmp
# Logs
*.log
# Python virtualenvs (if any)
venv/
# VS Code settings
.vscode/
# Do NOT ignore public/
!/public/
# Ignore processed images (if you want to keep originals only)
processed_images/
# Ignore old config backups
old_config.toml
# Ignore build scripts output (if any)
*.out
# Ignore Forgejo/GoatCounter analytics local files
analytics/
# Ignore any other temp files
*.temp