2019-08-07 19:04:32 -04:00
|
|
|
# Gradle
|
|
|
|
.gradle
|
2018-12-10 14:48:38 -05:00
|
|
|
|
2019-08-07 19:04:32 -04:00
|
|
|
# Eclipse
|
2019-10-26 22:39:47 -04:00
|
|
|
.checkstyle
|
2019-08-07 19:04:32 -04:00
|
|
|
.classpath
|
|
|
|
.metadata
|
|
|
|
.settings
|
|
|
|
.project
|
|
|
|
*.launch
|
2019-04-23 18:46:23 -04:00
|
|
|
|
2019-08-07 19:04:32 -04:00
|
|
|
# Intellij/Idea
|
|
|
|
.factorypath
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
2018-12-10 14:48:38 -05:00
|
|
|
|
2019-08-07 19:04:32 -04:00
|
|
|
# Build artifacts
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
jars/
|
|
|
|
out/
|
2019-08-22 14:07:25 -04:00
|
|
|
classes/
|
2019-08-07 19:04:32 -04:00
|
|
|
|
|
|
|
# Debug artifacts
|
|
|
|
run
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Windows
|
|
|
|
*.db
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Mac
|
|
|
|
.DS_Store
|