We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae7a2d1 + 0bb9ee3 commit f1f4031Copy full SHA for f1f4031
.npmignore
@@ -1,17 +1,31 @@
1
-/bower_components
+# compiled output
2
+/dist/
3
+/tmp/
4
+
5
+# dependencies
6
+/bower_components/
7
8
+# misc
9
+/.bowerrc
10
+/.editorconfig
11
+/.ember-cli
12
+/.env*
13
+/.eslintignore
14
+/.eslintrc.js
15
+/.gitignore
16
+/.template-lintrc.js
17
+/.travis.yml
18
+/.watchmanconfig
19
+/bower.json
20
/config/ember-try.js
-/dist
-/tests
-/tmp
-/.node_modules.ember-try
-**/.gitkeep
-.bowerrc
-.editorconfig
-.ember-cli
-.gitignore
-.eslintrc.js
-.watchmanconfig
-.travis.yml
-bower.json
-ember-cli-build.js
-testem.js
21
+/CONTRIBUTING.md
22
+/ember-cli-build.js
23
+/testem.js
24
+/tests/
25
+/yarn.lock
26
+.gitkeep
27
28
+# ember-try
29
+/.node_modules.ember-try/
30
+/bower.json.ember-try
31
+/package.json.ember-try
0 commit comments