31 lines
351 B
Plaintext
31 lines
351 B
Plaintext
# Eclipse stuff
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
|
|
# netbeans
|
|
/nbproject
|
|
|
|
# we use maven!
|
|
/build.xml
|
|
|
|
# maven
|
|
/target
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# various other potential build files
|
|
/build
|
|
/bin
|
|
/dist
|
|
/manifest.mf
|
|
|
|
# Mac filesystem dust
|
|
/.DS_Store
|
|
|
|
# Front-end resources
|
|
/src/main/resources/**/*
|
|
!/src/main/resources/LICENSE.md
|
|
!/src/main/resources/plugin.yml
|