add impressum
This commit is contained in:
parent
e89aa4f978
commit
61e25bd31a
1 changed files with 47 additions and 0 deletions
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue