mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-05 18:39:47 +01:00
39 lines
393 B
Plaintext
39 lines
393 B
Plaintext
.gradle/
|
|
.gradle/*
|
|
*/.gradle/*
|
|
|
|
build/
|
|
build/*
|
|
*/build/*
|
|
|
|
.settings/
|
|
.settings/*
|
|
*/.settings/*
|
|
|
|
bin/
|
|
bin/*
|
|
*/bin/*
|
|
|
|
doc/
|
|
doc/*
|
|
*/doc/*
|
|
|
|
.classpath
|
|
*/.classpath
|
|
|
|
.project
|
|
*/.project
|
|
|
|
.idea
|
|
*/.idea
|
|
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# exclude generated resource
|
|
BlueMapCore/src/main/resources/webroot.zip
|
|
BlueMapCore/src/main/resources/resourceExtensions.zip
|
|
|
|
#exclude-test-data
|
|
data/test-render
|