From 6ed0066129ac0c70123f83839bb31607d015f7aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= <rok.roskar@sdsc.ethz.ch>
Date: Mon, 25 May 2020 09:11:19 +0000
Subject: [PATCH] chore: added lfsignore

---
 .renkulfsignore | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 .renkulfsignore

diff --git a/.renkulfsignore b/.renkulfsignore
new file mode 100644
index 000000000..727402305
--- /dev/null
+++ b/.renkulfsignore
@@ -0,0 +1,21 @@
+# WARNING: editing this file will impact the behavior of renku commands
+# by telling renku to *not track* listed files with git LFS.
+#
+# By default, renku commands track all files above the renku configured lfs_threshold
+# with git LFS to prevent accidentally checking in large files (default=100kb).
+# You can update this threshold by calling 'renku config lfs_threshold <size>kb'.
+#
+# Use this file to specify particular paths to *not track* with LFS regardless of
+# their size. The syntax is the same as .gitignore (https://git-scm.com/docs/gitignore).
+# Remember: files listed here, when generated during renku commands, will add to
+# the size of your repo, and could slow things down.
+#
+# See https://github.com/SwissDataScienceCenter/renku-project-template for proper
+# usage.
+ 
+# Warning: removing this line will check generated ipynb files (e.g. from papermill) into LFS: they will no longer be displayed in the renku UI
+*.ipynb
+*.py
+*.r
+*.md
+*.rst
-- 
GitLab