1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2024-09-29 17:22:34 +00:00
QuickShop/.gitignore
j502647092 4a8d08e575 add ItemTip...
Signed-off-by: j502647092 <jtb1@163.com>
2015-10-04 20:14:29 +08:00

40 lines
420 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
/repo
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
/world
# Mac filesystem dust
*.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
# Project Stuff
/src/main/resources/Soulbound
# Atlassian Stuff
/atlassian-ide-plugin.xml