mirror of
https://github.com/CompeyDev/elytra-lock-fabric.git
synced 2024-12-12 04:40:41 +00:00
40 lines
228 B
Text
40 lines
228 B
Text
|
# gradle
|
||
|
|
||
|
.gradle/
|
||
|
build/
|
||
|
out/
|
||
|
classes/
|
||
|
|
||
|
# eclipse
|
||
|
|
||
|
*.launch
|
||
|
|
||
|
# idea
|
||
|
|
||
|
.idea/
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
|
||
|
# vscode
|
||
|
|
||
|
.settings/
|
||
|
bin/
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# macos
|
||
|
|
||
|
*.DS_Store
|
||
|
|
||
|
# fabric
|
||
|
|
||
|
run/
|
||
|
|
||
|
# java
|
||
|
|
||
|
hs_err_*.log
|
||
|
replay_*.log
|
||
|
*.hprof
|
||
|
*.jfr
|