.dotfiles/.config/restic/ignore

20 lines
138 B
Plaintext
Raw Normal View History

2021-11-17 14:32:51 +00:00
# Python
2021-04-23 17:38:05 +00:00
venv/
*.pyc
2021-11-17 14:32:51 +00:00
# File stuff
2021-04-23 17:38:05 +00:00
.DS_Store
2021-11-17 14:32:51 +00:00
# Vim Stuff
2021-04-23 17:38:05 +00:00
*.swp
*.swo
2021-11-17 14:32:51 +00:00
# Latex
2021-04-23 17:38:05 +00:00
latexmk_output/
2021-11-17 14:32:51 +00:00
# Javascript
2021-04-23 17:38:05 +00:00
node_modules/
2021-11-17 14:32:51 +00:00
# PHP
vendor/