From ce06bdba9a2c4849c6fdf6ad360da004f03cba2d Mon Sep 17 00:00:00 2001 From: Joerg Franke Date: Mon, 25 Jun 2018 13:19:54 +0200 Subject: [PATCH] update gitignore and add gitattributes --- .gitattributes | 2 ++ .gitignore | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af2a7a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text +*.ckpt.index filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 7bbc71c..1348dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,8 @@ ENV/ # mypy .mypy_cache/ + +# default data folder +data_babi/ +data_cnn/ +data_tmp/