4
1
mirror of https://e.coding.net/circlecloud/MiaoChat.git synced 2024-11-13 13:18:46 +00:00
MiaoChat/.gitignore
MiaoWoo d5db16f780 fix: 1.13 BungeeCord Error
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-03-11 16:38:32 +08:00

39 lines
407 B
Plaintext

# Eclipse stuff
/.settings
/.project
# 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