Skip to content

Commit c3bf61f

Browse files
committed
fix(gen): fix .npmignore
1 parent 2f2eaca commit c3bf61f

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

Diff for: .npmignore

+18-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
./angular-fullstack-deps
2-
./test
3-
./.idea
4-
./src
5-
./scripts
6-
./ISSUE_TEMPLATE.md
7-
./PULL_REQUEST_TEMPLATE.md
8-
./.travis.yml
9-
./gulpfile.babel.js
10-
./Gruntfile.js
11-
./.jshintrc
1+
angular-fullstack-deps
2+
test
3+
.idea
4+
src
5+
scripts
6+
ISSUE_TEMPLATE.md
7+
PULL_REQUEST_TEMPLATE.md
8+
/.travis.yml
9+
gulpfile.js
10+
Gruntfile.js
11+
.jshintrc
12+
/mocha.conf.js
13+
/media
14+
/docs
15+
/task-utils
16+
/.git*
17+
/circle.yml
18+
/.editorconfig

0 commit comments

Comments
 (0)