You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
290 B
Plaintext
45 lines
290 B
Plaintext
8 months ago
|
# gradle
|
||
|
|
||
|
.gradle/
|
||
|
build/
|
||
|
out/
|
||
|
classes/
|
||
|
|
||
|
# eclipse
|
||
|
|
||
|
*.launch
|
||
|
|
||
|
# idea
|
||
|
|
||
|
.idea/
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
|
||
|
# vscode
|
||
|
|
||
|
.settings/
|
||
|
.vscode/
|
||
|
bin/
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# macos
|
||
|
|
||
|
*.DS_Store
|
||
|
|
||
|
# fabric
|
||
|
|
||
|
run/
|
||
|
|
||
|
# java
|
||
|
|
||
|
hs_err_*.log
|
||
|
replay_*.log
|
||
|
*.hprof
|
||
|
*.jfr
|
||
|
/.idea/
|
||
|
/build/
|
||
|
/.gradle/
|
||
|
/.gradle/file-system.probe
|