mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-04 09:40:07 +01:00
a5bfa86bca
Switched the project to Maven - you're now able to easily build ChestShop.
31 lines
275 B
Plaintext
31 lines
275 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
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/ |