Create .gitignore
Browse files- .gitignore +9 -0
.gitignore
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Minecraft runtime files — don't commit these
|
| 2 |
+
/data/
|
| 3 |
+
*.jar
|
| 4 |
+
*.log
|
| 5 |
+
*.gz
|
| 6 |
+
|
| 7 |
+
# OS
|
| 8 |
+
.DS_Store
|
| 9 |
+
Thumbs.db
|