first commit

pull/49/head
shangyidong 2017-04-26 11:18:08 +08:00
parent fe49de8ea8
commit 4ef7a74026
1 changed files with 72 additions and 0 deletions

72
.gitignore vendored Normal file
View File

@ -0,0 +1,72 @@
/ws/*
# should not ignored #
!*.java
!*.gitignore
!*.xml
!*.jsp
!*.html
!*.htm
!*.js
!*.css
!*.jpg
!*.gif
!*.properties
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# eclipse generated files #
######################
.project
.classpath
.iml
*.iml
.settings/
.idea/
# temp folder #
######################
target/
classes/
bin/
*.*~