THEZYZSTUDIO commited on
Commit
d8de3ea
·
verified ·
1 Parent(s): 5d42678

Create .gitignore

Browse files
Files changed (1) hide show
  1. .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