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 df2bdb7 commit a4be887Copy full SHA for a4be887
.eslintignore
@@ -1,6 +1,2 @@
1
# Disable eslint for stories
2
-/stories
3
-
4
-# Disable eslint for Docusaurus
5
-/website
6
-/docs
+/stories
.npmignore
@@ -1,9 +1,4 @@
-/test-results
-/.jest-cache
-/.storybook
-/__tests__
-renovate.json
7
-.github
8
-.circleci
9
-src
+# blacklist all
+**
+# include whitelist
+!build/**
0 commit comments