Uppercase excludes
This commit is contained in:
parent
1f7e070892
commit
f35e9579d0
|
@ -1,6 +1,6 @@
|
||||||
*
|
*
|
||||||
!pictures/**
|
!pictures/**
|
||||||
!index.html
|
!index.html
|
||||||
!License.md
|
!LICENSE.md
|
||||||
!Readme.md
|
!README.md
|
||||||
!package.json
|
!package.json
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
"*",
|
"*",
|
||||||
"!pictures/**",
|
"!pictures/**",
|
||||||
"!index.html",
|
"!index.html",
|
||||||
"!License.md",
|
"!LICENSE.md",
|
||||||
"!Readme.md",
|
"!README.md",
|
||||||
"!bower.json"
|
"!bower.json"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue