Updated ignore lists
This commit is contained in:
parent
71cdc64f67
commit
4ac4c3779a
11
.npmignore
11
.npmignore
|
@ -1,5 +1,6 @@
|
|||
.editorconfig
|
||||
.gitignore
|
||||
Contributing.md
|
||||
bower.json
|
||||
Gruntfile.js
|
||||
*
|
||||
!pictures/**
|
||||
!index.html
|
||||
!License.md
|
||||
!Readme.md
|
||||
!package.json
|
||||
|
|
12
bower.json
12
bower.json
|
@ -4,12 +4,12 @@
|
|||
"license": "MIT",
|
||||
"main": "index.html",
|
||||
"ignore": [
|
||||
".editorconfig",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
"Contributing.md",
|
||||
"Gruntfile.js",
|
||||
"package.json"
|
||||
"*",
|
||||
"!pictures/**",
|
||||
"!index.html",
|
||||
"!License.md",
|
||||
"!Readme.md",
|
||||
"!bower.json"
|
||||
],
|
||||
"keywords": [
|
||||
"shower",
|
||||
|
|
Loading…
Reference in New Issue