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 e943540 commit 72f43beCopy full SHA for 72f43be
template/.eslintignore
@@ -1,2 +1,7 @@
1
-build/*.js
2
-config/*.js
+/build/
+/config/
3
+/dist/
4
+/*.js
5
+{{#unit}}
6
+/test/unit/coverage/
7
+{{/unit}}
template/.gitignore
@@ -1,14 +1,14 @@
.DS_Store
node_modules/
-dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
{{#unit}}
8
-test/unit/coverage
+/test/unit/coverage
9
{{/unit}}
10
{{#e2e}}
11
-test/e2e/reports
+/test/e2e/reports
12
selenium-debug.log
13
{{/e2e}}
14
0 commit comments