Add ignores to restic and git
This commit is contained in:
parent
1a3cea72b9
commit
4383fedf3e
2 changed files with 11 additions and 4 deletions
|
@ -18,6 +18,9 @@ latexmk_output/
|
||||||
# Javascript
|
# Javascript
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# PHP
|
||||||
|
vendor/
|
||||||
|
|
||||||
# Jupyter Notebooks
|
# Jupyter Notebooks
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
*/.ipynb_checkpoints/*
|
*/.ipynb_checkpoints/*
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
|
# Python
|
||||||
venv/
|
venv/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# File stuff
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Vim Stuff
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
.syntastic_*_config
|
# Latex
|
||||||
|
|
||||||
.breakpoints
|
|
||||||
|
|
||||||
latexmk_output/
|
latexmk_output/
|
||||||
|
|
||||||
|
# Javascript
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# PHP
|
||||||
|
vendor/
|
||||||
|
|
Loading…
Reference in a new issue