THEZYZSTUDIO commited on
Commit
ec9502c
·
verified ·
1 Parent(s): f3b95ff

Create gitignore.txt

Browse files
Files changed (1) hide show
  1. gitignore.txt +9 -0
gitignore.txt 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