Skip to content

Commit 3b04d2c

Browse files
updated git ignore
1 parent 395fddf commit 3b04d2c

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

.gitignore

+31-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
1-
dist
1+
*
2+
3+
!steam/
4+
!steam/*
5+
!steam/*/*
6+
!steam/*/*/*
7+
!steam/*/*/*/*
8+
!steam/*/*/*/*/*
9+
!steam/*/*/*/*/*/*
10+
!steam/*/*/*/*/*/*/*
11+
12+
!docs/
13+
!docs/*
14+
!docs/api/
15+
!docs/api/*.rst
16+
17+
!protobufs/
18+
!protobufs/*
19+
20+
!tests/
21+
!tests/*
22+
23+
!vcr/
24+
!vcr/*
25+
26+
!recipes/
27+
!recipes/*
28+
!recipes/*/*
29+
!recipes/*/*/*
30+
231
*.egg-info
332
*.pyc
433
.coverage
534
*.swp
6-
7-
steam/protobufs/*.proto
35+
*.bin

0 commit comments

Comments
 (0)