.dotfiles/.config/restic/ignore

20 lines
138 B
Plaintext

# Python
venv/
*.pyc
# File stuff
.DS_Store
# Vim Stuff
*.swp
*.swo
# Latex
latexmk_output/
# Javascript
node_modules/
# PHP
vendor/