Skip to content

Commit 1eb3721

Browse files
author
Pete Richards
committed
[Build] Add npmignore to allow packing
Add .npmignore to facilitate packing of package with npm pack.
1 parent 3de094e commit 1eb3721

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.npmignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
*.scssc
2+
*.zip
3+
*.gzip
4+
*.tgz
5+
*.DS_Store
6+
7+
*.sass-cache
8+
*COMPILE.css
9+
10+
# Intellij project configuration files
11+
*.idea
12+
*.iml
13+
14+
# External dependencies
15+
16+
# Build output
17+
target
18+
19+
# Mac OS X Finder
20+
.DS_Store
21+
22+
# Closed source libraries
23+
closed-lib
24+
25+
# Node, Bower dependencies
26+
node_modules
27+
bower_components
28+
29+
Procfile
30+
31+
# Protractor logs
32+
protractor/logs
33+
34+
# npm-debug log
35+
npm-debug.log

0 commit comments

Comments
 (0)