Added gitignore
This commit is contained in:
commit
b085a90e0c
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
.gradle/
|
||||||
|
build/
|
||||||
|
out/
|
||||||
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
*.class
|
||||||
|
|
||||||
|
run/
|
||||||
|
logs/
|
||||||
|
debug.log
|
||||||
|
remappedSrc/
|
||||||
|
|
||||||
|
mods/
|
||||||
|
*.jar
|
||||||
|
|
||||||
|
crash-reports/
|
||||||
|
|
||||||
|
.env
|
||||||
|
local.properties
|
||||||
Loading…
x
Reference in New Issue
Block a user