Spaces:
Sleeping
Sleeping
Ignore JPEG and A05_files/ dir
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
*.DS_Store
|
2 |
-
*node_modules/
|
|
|
|
|
|
1 |
*.DS_Store
|
2 |
+
*node_modules/
|
3 |
+
*.jpeg
|
4 |
+
*A05_files/
|