add basic setup of rsync with files to ignore
This commit is contained in:
parent
8bf7f499cf
commit
50548b23f9
15
.syncignore-receive
Normal file
15
.syncignore-receive
Normal file
@ -0,0 +1,15 @@
|
||||
.snakemake
|
||||
.git
|
||||
.pytest_cache
|
||||
.ipynb_checkpoints
|
||||
.vscode
|
||||
.DS_Store
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.ipynb
|
||||
notebooks
|
||||
doc
|
||||
cutouts
|
||||
data/bundle
|
||||
*.nc
|
19
.syncignore-send
Normal file
19
.syncignore-send
Normal file
@ -0,0 +1,19 @@
|
||||
.snakemake
|
||||
.git
|
||||
.pytest_cache
|
||||
.ipynb_checkpoints
|
||||
.vscode
|
||||
.DS_Store
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.ipynb
|
||||
notebooks
|
||||
benchmarks
|
||||
logs
|
||||
resources
|
||||
results
|
||||
networks
|
||||
cutouts
|
||||
data/bundle
|
||||
doc
|
Loading…
Reference in New Issue
Block a user