Spaces:
Runtime error
Runtime error
namberino commited on
Commit ·
b316da4
1
Parent(s): 0752595
Update .gitignore
Browse files- .gitignore +33 -0
.gitignore
CHANGED
|
@@ -1 +1,34 @@
|
|
| 1 |
.vscode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.vscode
|
| 2 |
+
|
| 3 |
+
*.png
|
| 4 |
+
*.jpg
|
| 5 |
+
*.jpeg
|
| 6 |
+
*.gif
|
| 7 |
+
*.bmp
|
| 8 |
+
*.tiff
|
| 9 |
+
*.tif
|
| 10 |
+
*.webp
|
| 11 |
+
|
| 12 |
+
*.pdf
|
| 13 |
+
*.doc
|
| 14 |
+
*.docx
|
| 15 |
+
*.xls
|
| 16 |
+
*.xlsx
|
| 17 |
+
*.ppt
|
| 18 |
+
*.pptx
|
| 19 |
+
|
| 20 |
+
*.exe
|
| 21 |
+
*.dll
|
| 22 |
+
*.so
|
| 23 |
+
*.dylib
|
| 24 |
+
*.app
|
| 25 |
+
|
| 26 |
+
*.zip
|
| 27 |
+
*.gz
|
| 28 |
+
*.tar
|
| 29 |
+
*.bz2
|
| 30 |
+
*.rar
|
| 31 |
+
*.7z
|
| 32 |
+
|
| 33 |
+
*.class
|
| 34 |
+
*.bin
|