Update .gitignore file to ignore the data folder
This commit is contained in:
parent
440de6989d
commit
52bc431939
|
@ -70,5 +70,5 @@ target/
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
# exclude data from source control by default
|
# exclude data from source control by default
|
||||||
./data/
|
data/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue