Files
Typst-Vorlage/.gitignore
2026-03-11 08:07:31 +01:00

48 lines
448 B
Plaintext

# Generated .gitignore for Typst project (Windows)
# Output files
*.pdf
*.log
*.aux
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
*.bbl
# Build / cache directories
.build/
build/
dist/
.typst-cache/
.cache/
# Editor / IDE
.vscode/
.idea/
*.swp
*~
*.bak
# Python
__pycache__/
*.py[cod]
*.egg-info/
# Environment
.env
.env.local
# OS-specific
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db
# Misc
*.log
# Keep the .gitignore tracked
!/.gitignore