Skip to content

Commit 05c9f20

Browse files
Added docs to ignore files (#2437)
1 parent 1654b25 commit 05c9f20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hide-*.js
66
CNAME
77
.github/
88
assets/
9+
docs/
910
examples/
1011
tests/
1112
*.tgz

bower.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"ignore": [
1616
"**/.*",
1717
"assets",
18+
"docs",
1819
"tests",
1920
"CNAME",
2021
"*.html"

0 commit comments

Comments
 (0)