update restic excludes
This commit is contained in:
parent
889f77ad9d
commit
921ed354a1
1 changed files with 36 additions and 18 deletions
|
@ -1,20 +1,38 @@
|
|||
$HOME/**/*
|
||||
#### Python ####
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__
|
||||
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.cache
|
||||
.pytest_cache/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# ruff
|
||||
.ruff_cache/
|
||||
|
||||
#### Zig ####
|
||||
zig-cache/
|
||||
|
||||
#### Node ####
|
||||
node_modules/
|
||||
.npm
|
||||
|
||||
!$HOME/dev
|
||||
!$HOME/archive
|
||||
!$HOME/writing
|
||||
!$HOME/Desktop
|
||||
!$HOME/fonts
|
||||
!$HOME/zettelkasten
|
||||
!$HOME/labbook
|
||||
!$HOME/clonmapper-plasmids
|
||||
!$HOME/slidedecks
|
||||
!$HOME/Geneious Data Restored
|
||||
!$HOME/Pictures
|
||||
!$HOME/notes
|
||||
!$HOME/wallpapers
|
||||
!$HOME/Documents
|
||||
|
||||
#[...]
|
||||
node_modules
|
||||
env
|
||||
|
|
Loading…
Reference in a new issue