Update .gitignore file to avoid ignoring the src/data folder
Update .gitignore file to avoid ignoring the src/data folder
This commit is contained in:
parent
52bc431939
commit
a4b79f9970
|
@ -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