From 2e396c9277e244270bf82793f70580d7abef86a3 Mon Sep 17 00:00:00 2001
From: Tasko Olevski <tasko.olevski@sdsc.ethz.ch>
Date: Sat, 15 May 2021 15:06:07 +0200
Subject: [PATCH] add gitignore and gitattributes files

---
 .gitattributes | 2 ++
 .gitignore     | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..a9e160d24
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.nc filter=lfs diff=lfs merge=lfs -text
+scoring/terciled_observations.zarr/** filter=lfs diff=lfs merge=lfs -text
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..600d2d33b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.vscode
\ No newline at end of file
-- 
GitLab