We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2025e3 commit d9f9a64Copy full SHA for d9f9a64
.npmignore
@@ -1,16 +1,34 @@
1
+# Almost all .gitignore content
2
+
3
+npm-debug.log*
4
+*.sublime*
5
+accessTokens.js
6
+yarn.lock
7
+yarn-error.log
8
+package-lock.json
9
+storybook-static
10
11
12
+# Additionally:
13
14
test
15
src
16
build
17
examples
18
-circle.yml
-
19
.ackrc
20
.agignore
21
+.circleci
22
+.github
23
+.storybook
24
.babelrc
25
.eslintrc
26
.gitattributes
27
+.percy.yml
28
.prettierrc
29
.git
30
+babel.config.json
31
+postcss.config.js
32
+renovate.json
33
34
npm-debug.log
0 commit comments