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 26217f5 commit 0cd10f0Copy full SHA for 0cd10f0
.npmignore
@@ -1,3 +1,38 @@
1
-dev/smoke-node.js
2
-dev/smoke-browser.html
3
-dev/
+# OS / editor
+.DS_Store
+.vscode/
4
+.idea/
5
+
6
+# node / build
7
+node_modules/
8
+npm-debug.log*
9
+yarn-debug.log*
10
+yarn-error.log*
11
12
+# source & dev
13
+src/
14
+dev/
15
+examples/
16
+tests/
17
+test/
18
+coverage/
19
+.nyc_output/
20
+*.log
21
22
+# configs (opzionale)
23
+.eslintrc*
24
+.prettierrc*
25
+.editorconfig
26
27
+# environment
28
+.env
29
+.env.local
30
+.env.*.local
31
32
+# git / github
33
+.git/
34
+.gitignore
35
+.github/
36
37
+# maps (opzionale)
38
+*.map
package.json
@@ -13,7 +13,8 @@
}
},
"files": [
- "dist"
+ "dist",
+ "types"
],
"scripts": {
"build": "vite build",
0 commit comments