a .gitignore
This commit is contained in:
parent
fca1193d95
commit
da83fa4e76
|
@ -0,0 +1,24 @@
|
||||||
|
#Courtesy of Buildcraft
|
||||||
|
|
||||||
|
#idea
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea
|
||||||
|
out
|
||||||
|
|
||||||
|
#eclipse
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
.metadata
|
||||||
|
*.launch
|
||||||
|
org.*
|
||||||
|
bin
|
||||||
|
|
||||||
|
#runtime
|
||||||
|
run
|
||||||
|
run_server
|
||||||
|
|
||||||
|
#mac
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue