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.
1 parent 26c0822 commit 4260917Copy full SHA for 4260917
.npmignore
@@ -9,9 +9,15 @@
9
/.bowerrc
10
/.editorconfig
11
/.ember-cli
12
+/.env*
13
+/.eslintcache
14
/.eslintignore
15
/.eslintrc.js
16
+/.git/
17
+/.github/
18
/.gitignore
19
+/.prettierignore
20
+/.prettierrc
21
/.template-lintrc.js
22
/.travis.yml
23
/.watchmanconfig
@@ -20,6 +26,7 @@
26
/ember-cli-build.js
27
/testem.js
28
/tests/
29
+/yarn-error.log
30
/yarn.lock
24
31
.gitkeep
25
32
@@ -29,6 +36,7 @@
36
/package.json.ember-try
37
38
# custom
39
+/.codeclimate.yml
40
/test
33
41
/smoke-test-app
34
42
/coverage
@@ -37,3 +45,4 @@
45
appveyor.yml
46
run-smoke-test.sh
47
*.tgz
48
+/RELEASE.md
0 commit comments