Skip to content

Commit fd2a14b

Browse files
Merge pull request angular-ui#1701 from gustavohenke/npmignore
chore(build): Create .npmignore
2 parents d9c3a95 + 95b185f commit fd2a14b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.npmignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Any hidden files
2+
**/.*
3+
4+
# Build related stuff
5+
/config
6+
/lib
7+
/ngdoc_assets
8+
/sample
9+
/test
10+
Gruntfile.js
11+
files.js
12+
13+
# Package managers
14+
bower.json
15+
component.json

0 commit comments

Comments
 (0)