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