1
0
mirror of https://e.coding.net/circlecloud/TellRaw.git synced 2025-11-24 20:36:02 +00:00

首次提交...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2016-01-13 13:31:39 +08:00
commit 5d5bf4edd3
17 changed files with 2693 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# 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
# Other Libraries
*.jar
# Atlassian Stuff
/atlassian-ide-plugin.xml