feat: 更新.gitignore文件

This commit is contained in:
coding 2018-01-10 01:57:19 +00:00
parent fb65f95658
commit bf6d52d8cc

97
.gitignore vendored
View File

@ -1,44 +1,53 @@
# Eclipse stuff # Eclipse stuff
/.settings /.settings
# netbeans # netbeans
/nbproject /nbproject
# we use maven! # we use maven!
/build.xml /build.xml
# maven # maven
/target /target
/repo /repo
# vim # vim
.*.sw[a-p] .*.sw[a-p]
# various other potential build files # various other potential build files
/build /build
/bin /bin
/dist /dist
/manifest.mf /manifest.mf
/world # Mac filesystem dust
*.DS_Store
# Mac filesystem dust
*.DS_Store # intellij
*.iml
# intellij *.ipr
*.iml *.iws
*.ipr .idea/
*.iws
.idea/ # Project Stuff
/src/main/resources/Soulbound
# Project Stuff
/src/main/resources/Soulbound # Atlassian Stuff
/atlassian-ide-plugin.xml
# Atlassian Stuff
/atlassian-ide-plugin.xml # Eclipse
.project
/src/main/resources/cache/ .classpath
.settings
# ThinkPHP
vendor/ # Visual Studio Code
composer.lock .vscode
# NodeJs PHP LOCK File
*.lock
# PHP Vendor
vendor/
# Minecraft Data
/world