Skip to content

Commit a4b79f9

Browse files
authored
Update .gitignore file to avoid ignoring the src/data folder
Update .gitignore file to avoid ignoring the src/data folder
1 parent 52bc431 commit a4b79f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ target/
7070
.ipynb_checkpoints/
7171

7272
# exclude data from source control by default
73-
data/
73+
/data/
7474

0 commit comments

Comments
 (0)