mirror of https://github.com/layui/layer
first commit
parent
fe49de8ea8
commit
4ef7a74026
|
@ -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/
|
||||
*.*~
|
Loading…
Reference in New Issue