4
1
mirror of https://e.coding.net/circlecloud/MiaoChat.git synced 2025-09-10 11:27:05 +00:00

init: 项目初始化

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2016-09-05 15:59:11 +08:00
commit 4462a9baed
15 changed files with 610 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
# Eclipse stuff
/.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