Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit 7da2cd7

Browse files
author
Amir Tocker
committed
Add/Update .npmignore and bower.json to ignore the docs folder
1 parent b5eecaa commit 7da2cd7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
28-
28+
bower_components
2929
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
3030
*.iml
3131

3232
## Directory-based project format:
3333
.idea/
3434
samples/
35-
bower_components/
35+
docs/

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"bower_components",
5656
"samples/",
5757
"test",
58-
"tests"
58+
"tests",
59+
"docs/"
5960
]
6061
}

0 commit comments

Comments
 (0)