update gitignore and add gitattributes

This commit is contained in:
Joerg Franke 2018-06-25 13:19:54 +02:00
parent 9f5b53486a
commit ce06bdba9a
2 changed files with 7 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -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

5
.gitignore vendored
View File

@ -99,3 +99,8 @@ ENV/
# mypy
.mypy_cache/
# default data folder
data_babi/
data_cnn/
data_tmp/