From 50548b23f9aeeb57d9a9e5b11264b15483cfd81c Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 7 Oct 2021 12:26:48 +0200 Subject: [PATCH] add basic setup of rsync with files to ignore --- .syncignore-receive | 15 +++++++++++++++ .syncignore-send | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .syncignore-receive create mode 100644 .syncignore-send diff --git a/.syncignore-receive b/.syncignore-receive new file mode 100644 index 00000000..c24928f5 --- /dev/null +++ b/.syncignore-receive @@ -0,0 +1,15 @@ +.snakemake +.git +.pytest_cache +.ipynb_checkpoints +.vscode +.DS_Store +__pycache__ +*.pyc +*.pyo +*.ipynb +notebooks +doc +cutouts +data/bundle +*.nc \ No newline at end of file diff --git a/.syncignore-send b/.syncignore-send new file mode 100644 index 00000000..3839d915 --- /dev/null +++ b/.syncignore-send @@ -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 \ No newline at end of file