feat: add gitignore file
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Build outputs
|
||||
*.pdf
|
||||
*.xdv
|
||||
|
||||
# LaTeX auxiliary files
|
||||
*.aux
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.bcf-SAVE-ERROR
|
||||
*.blg
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.log
|
||||
*.nav
|
||||
*.out
|
||||
*.run.xml
|
||||
*.snm
|
||||
*.toc
|
||||
|
||||
# latexmk / biber temporary variants
|
||||
*.bbl-SAVE-ERROR
|
||||
Reference in New Issue
Block a user