1
0
mirror of https://e.coding.net/circlecloud/TellRaw.git synced 2024-11-16 00:48:50 +00:00
TellRaw/.gitignore
502647092 5d5bf4edd3 首次提交...
Signed-off-by: 502647092 <jtb1@163.com>
2016-01-13 13:31:39 +08:00

41 lines
384 B
Plaintext

# 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