From ca3b30e63c4ad79e3946a17c6c6de69d8dfa9b60 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 7 Oct 2021 12:15:33 +0200 Subject: [PATCH] add basic setup of rsync with files to ignore --- .syncignore-receive | 14 ++++++++++++++ .syncignore-send | 14 ++++++++++++++ 2 files changed, 28 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..3ebcbea8 --- /dev/null +++ b/.syncignore-receive @@ -0,0 +1,14 @@ +.snakemake +.git +.pytest_cache +.ipynb_checkpoints +.vscode +.DS_Store +__pycache__ +*.pyc +*.pyo +*.ipynb +data +notebooks +benchmarks +*.nc \ No newline at end of file diff --git a/.syncignore-send b/.syncignore-send new file mode 100644 index 00000000..38f4b664 --- /dev/null +++ b/.syncignore-send @@ -0,0 +1,14 @@ +.snakemake +.git +.pytest_cache +.ipynb_checkpoints +.vscode +.DS_Store +__pycache__ +*.pyc +*.pyo +*.ipynb +notebooks +benchmarks +resources +results \ No newline at end of file