Spaces:
Runtime error
Runtime error
Commit
·
012134e
1
Parent(s):
09ad2a0
gitignore
Browse files- .gitignore +9 -0
.gitignore
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.idea/
|
2 |
+
*.jpg
|
3 |
+
*.jpeg
|
4 |
+
*.png
|
5 |
+
*.zip
|
6 |
+
*.tar
|
7 |
+
*.tar.gz
|
8 |
+
*.json
|
9 |
+
*.xml
|