Add ignores to restic and git

This commit is contained in:
Tobias Reisinger 2021-11-17 15:32:51 +01:00
parent 1a3cea72b9
commit 4383fedf3e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 11 additions and 4 deletions

View file

@ -18,6 +18,9 @@ latexmk_output/
# Javascript
node_modules/
# PHP
vendor/
# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*

View file

@ -1,15 +1,19 @@
# Python
venv/
*.pyc
# File stuff
.DS_Store
# Vim Stuff
*.swp
*.swo
.syntastic_*_config
.breakpoints
# Latex
latexmk_output/
# Javascript
node_modules/
# PHP
vendor/