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 0b23bcb commit fc738b9Copy full SHA for fc738b9
.npmignore
@@ -1,4 +1,5 @@
1
# Build output
2
+/.yarn
3
package-lock.json
4
yarn.lock
5
yarn-error.log
npmignore.template
@@ -6,6 +6,7 @@
6
/.prettierignore
7
/renovate.json
8
/.snyk
9
+/.husky
10
/*.config.js
11
/*.config.cjs
12
/*.config.mjs
@@ -20,6 +21,7 @@ package-lock.json
20
21
22
23
npm-debug.log*
24
25
26
# macOS
27
.DS_Store
0 commit comments