Initial
This commit is contained in:
commit
bb18dd7f09
15 changed files with 772 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# LaTeX intermediate files
|
||||
*.aux
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*.log
|
||||
*.run.xml
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.out
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
|
||||
# Temporary files
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# Generated PDFs (если не хочешь хранить)
|
||||
*.pdf
|
||||
|
||||
# Templates
|
||||
*.docx
|
||||
Loading…
Add table
Add a link
Reference in a new issue