feat: ✨ boilerplate README and Gitignore suitable for LaTeX
This commit is contained in:
commit
c5f19a9a3f
2 changed files with 18 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
*.aux
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.lof
|
||||||
|
*.log
|
||||||
|
*.nlo
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
*.tdo
|
||||||
|
*.toc
|
||||||
|
*.fls
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
What happen now
|
Loading…
Add table
Add a link
Reference in a new issue