add basic setup of rsync with files to ignore
This commit is contained in:
parent
23a167c308
commit
ca3b30e63c
14
.syncignore-receive
Normal file
14
.syncignore-receive
Normal file
@ -0,0 +1,14 @@
|
||||
.snakemake
|
||||
.git
|
||||
.pytest_cache
|
||||
.ipynb_checkpoints
|
||||
.vscode
|
||||
.DS_Store
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.ipynb
|
||||
data
|
||||
notebooks
|
||||
benchmarks
|
||||
*.nc
|
14
.syncignore-send
Normal file
14
.syncignore-send
Normal file
@ -0,0 +1,14 @@
|
||||
.snakemake
|
||||
.git
|
||||
.pytest_cache
|
||||
.ipynb_checkpoints
|
||||
.vscode
|
||||
.DS_Store
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.ipynb
|
||||
notebooks
|
||||
benchmarks
|
||||
resources
|
||||
results
|
Loading…
Reference in New Issue
Block a user