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 a3c6025 commit 076e50bCopy full SHA for 076e50b
.npmignore
@@ -0,0 +1,39 @@
1
+# Logs
2
+logs
3
+*.log
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+pnpm-debug.log*
8
+lerna-debug.log*
9
+
10
+node_modules
11
+.DS_Store
12
+dist
13
+dist-ssr
14
+coverage
15
+*.local
16
17
+/cypress/videos/
18
+/cypress/screenshots/
19
20
+# Editor directories and files
21
+.vscode
22
+.vscode/*
23
+!.vscode/extensions.json
24
+.idea
25
+*.suo
26
+*.ntvs*
27
+*.njsproj
28
+*.sln
29
+*.sw?
30
31
+# Local Netlify folder
32
+.netlify
33
34
+.env
35
+.env.*
36
+config.yaml
37
38
+.github
39
+.npmrc
0 commit comments