Update .gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -2,4 +2,6 @@
|
|
| 2 |
*.js
|
| 3 |
*.css
|
| 4 |
# Rather than ignore 1000s of file individually, ignore their containing folders
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 2 |
*.js
|
| 3 |
*.css
|
| 4 |
# Rather than ignore 1000s of file individually, ignore their containing folders
|
| 5 |
+
*/*
|
| 6 |
+
!*/*.zip
|
| 7 |
+
!*/*.yml
|