Skip to content

Commit 7152219

Browse files
committed
Fix .gitignores
1 parent 2f9a7d6 commit 7152219

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
*.pyc
22
*.pkl
33
.vscode/
4-
data/
5-
lib/
6-
models/
74
.*
8-
!/.gitignore
5+
!.gitignore
6+

data/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore
5+

lib/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore
5+

models/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore
5+

0 commit comments

Comments
 (0)