We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2eaca commit c3bf61fCopy full SHA for c3bf61f
.npmignore
@@ -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
+angular-fullstack-deps
+test
+.idea
+src
+scripts
+ISSUE_TEMPLATE.md
+PULL_REQUEST_TEMPLATE.md
+/.travis.yml
+gulpfile.js
+Gruntfile.js
+.jshintrc
12
+/mocha.conf.js
13
+/media
14
+/docs
15
+/task-utils
16
+/.git*
17
+/circle.yml
18
+/.editorconfig
0 commit comments