add basic setup of rsync with files to ignore

This commit is contained in:
Fabian Neumann 2021-10-07 12:15:33 +02:00
parent 23a167c308
commit ca3b30e63c
2 changed files with 28 additions and 0 deletions

14
.syncignore-receive Normal file
View 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
View File

@ -0,0 +1,14 @@
.snakemake
.git
.pytest_cache
.ipynb_checkpoints
.vscode
.DS_Store
__pycache__
*.pyc
*.pyo
*.ipynb
notebooks
benchmarks
resources
results