2019-11-03 00:23:48 +08:00
|
|
|
.gradle/
|
|
|
|
.gradle/*
|
|
|
|
*/.gradle/*
|
|
|
|
|
|
|
|
build/
|
|
|
|
build/*
|
|
|
|
*/build/*
|
|
|
|
|
|
|
|
.settings/
|
|
|
|
.settings/*
|
|
|
|
*/.settings/*
|
|
|
|
|
|
|
|
bin/
|
|
|
|
bin/*
|
|
|
|
*/bin/*
|
|
|
|
|
2020-04-24 00:08:19 +08:00
|
|
|
doc/
|
|
|
|
doc/*
|
|
|
|
*/doc/*
|
|
|
|
|
2020-08-26 03:11:27 +08:00
|
|
|
logs/
|
|
|
|
logs/*
|
|
|
|
*/logs/*
|
|
|
|
|
|
|
|
run/
|
|
|
|
run/*
|
|
|
|
*/run/*
|
|
|
|
|
2019-11-03 00:23:48 +08:00
|
|
|
.classpath
|
|
|
|
*/.classpath
|
|
|
|
|
|
|
|
.project
|
|
|
|
*/.project
|
|
|
|
|
2020-01-18 23:04:46 +08:00
|
|
|
.idea
|
|
|
|
*/.idea
|
|
|
|
|
2020-01-14 09:22:15 +08:00
|
|
|
node_modules/
|
|
|
|
package-lock.json
|
|
|
|
|
2020-09-14 21:16:19 +08:00
|
|
|
*.launch
|
|
|
|
|
2019-11-03 00:23:48 +08:00
|
|
|
# exclude generated resource
|
2020-08-25 07:39:21 +08:00
|
|
|
BlueMapCore/src/main/resources/de/bluecolored/bluemap/webroot.zip
|
2020-08-25 17:59:17 +08:00
|
|
|
BlueMapCore/src/main/resources/de/bluecolored/bluemap/*/resourceExtensions.zip
|
2020-04-16 18:33:24 +08:00
|
|
|
|
|
|
|
#exclude-test-data
|
|
|
|
data/test-render
|