Skip to content

Commit e6f3d2d

Browse files
committed
Ignore data, keep data directory
1 parent bfb4f36 commit e6f3d2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,9 @@ cython_debug/
160160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162162
#.idea/
163+
164+
# Ignore all files in the data directory
165+
data/*
166+
167+
# But do not ignore the .gitkeep file
168+
!data/.gitkeep

0 commit comments

Comments
 (0)