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 ed5d4ec commit bed0b1bCopy full SHA for bed0b1b
.gitignore
@@ -1,11 +1,4 @@
1
/node_modules
2
/*.log
3
/log/*.log
4
-/build
5
-/public/assets
6
-/public/uploads
7
-/*-compiled.js
8
-/*-compiled.js.map
9
-*-compiled.js
10
-*-compiled.js.map
11
coverage
.npmignore
@@ -0,0 +1,14 @@
+/examples
+/webpack
+/test
+/src
+/.babelrc
+/.eslintrc.json
+/.eslintignore.json
+/.gitignore
+/.travis.yml
+/jest.config.js
+/postcss.config.js
12
+/stylelint.config.js
13
+/tsconfig.json
14
+/tslint.json
0 commit comments