1
0
mirror of https://e.coding.net/circlecloud/MiaoServerParent.git synced 2025-10-01 14:36:57 +00:00
Files
MiaoServerParent/.gitignore
2017-02-16 19:47:20 +08:00

37 lines
306 B
Plaintext

# Eclipse stuff
/.project
/.classpath
/.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/
/plugins
/*.jar