Add config folder
This commit is contained in:
parent
d396a65adc
commit
b9b0cae0d2
6 changed files with 24 additions and 19 deletions
9
config/exclude.conf
Normal file
9
config/exclude.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# https://borgbackup.readthedocs.io/en/stable/usage/create.html#description
|
||||
# https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-patterns
|
||||
|
||||
*/node_modules
|
||||
*/.env
|
||||
*/.dev.env
|
||||
*/__pycache__
|
||||
*/.venv
|
||||
/snapshot
|
||||
Loading…
Add table
Add a link
Reference in a new issue