init Vorlage
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user