From 72040b33d99734da1b2dce89a1d8edff2978190c Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann <saskia.hiltemann@pharmazie.uni-freiburg.de> Date: Tue, 12 Dec 2023 11:21:59 +0100 Subject: [PATCH] add git files --- .gitattributes | 5 +++++ .gitignore | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7c959a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +**/dataset/** filter=lfs diff=lfs merge=lfs -text +**/dataset/* filter=lfs diff=lfs merge=lfs -text +*.xlsx diff=ssdiff merge=binary +**/dataset/**/* filter=lfs diff=lfs merge=lfs -text +*.fq.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc3c48a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +unstructured/* +**/*~lock* +**/*tachyon* -- GitLab