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