Spaces:
Sleeping
Sleeping
Commit ·
2ccef16
1
Parent(s): eb56c6b
Ignore local docx
Browse files- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -18,6 +18,10 @@ build/
|
|
| 18 |
|
| 19 |
# Runtime data
|
| 20 |
data/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# OS
|
| 23 |
Thumbs.db
|
|
|
|
| 18 |
|
| 19 |
# Runtime data
|
| 20 |
data/
|
| 21 |
+
.DS_Store
|
| 22 |
+
|
| 23 |
+
# Local docs
|
| 24 |
+
HOW_TO_RUN.docx
|
| 25 |
|
| 26 |
# OS
|
| 27 |
Thumbs.db
|