fix/comment[.gitignore]
This commit is contained in:
parent
7dccd3e752
commit
00134d66f4
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Ignore build/
|
# Ignore Build/ and Output/
|
||||||
build/*
|
Build/
|
||||||
|
Output/
|
||||||
*.log
|
*.log
|
||||||
*.aux
|
*.aux
|
||||||
*.out
|
*.out
|
||||||
@ -15,7 +16,6 @@ build/*
|
|||||||
*.lot
|
*.lot
|
||||||
*.xdv
|
*.xdv
|
||||||
*.bak
|
*.bak
|
||||||
svg-inkscape/
|
|
||||||
*.tex~
|
*.tex~
|
||||||
*.bib~*
|
*.bib~*
|
||||||
*.nav
|
*.nav
|
||||||
@ -32,23 +32,9 @@ svg-inkscape/
|
|||||||
*.alg
|
*.alg
|
||||||
*.acr
|
*.acr
|
||||||
*.acn
|
*.acn
|
||||||
Main.pdf
|
*.pdf
|
||||||
*.lol
|
*.lol
|
||||||
.chapter-backups
|
|
||||||
|
|
||||||
# Python
|
# Ignore chapter backups and Temporary PDF files from Inkscape
|
||||||
*.pyc
|
.chapter-backups/
|
||||||
__pycache__/
|
svg-inkscape/
|
||||||
*.egg-info/
|
|
||||||
*.egg
|
|
||||||
*.pyo
|
|
||||||
*.pyd
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
.env/
|
|
||||||
.venv/
|
|
||||||
env/
|
|
||||||
venv/
|
|
||||||
|
|
||||||
Build/
|
|
||||||
Output/
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user