1
0
mirror of https://e.coding.net/circlecloud/MiaoServerParent.git synced 2025-11-24 22:06:04 +00:00

Create & Init Project...

This commit is contained in:
2017-02-16 19:47:20 +08:00
commit 0cafd3451f
7 changed files with 91 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# 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