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 965a959 commit 0a3abbdCopy full SHA for 0a3abbd
.npmignore
@@ -0,0 +1,29 @@
1
+# Ignore example and documentation files
2
+example/
3
+documentation/
4
+
5
+# Ignore development-related files and configurations
6
+.github/
7
+.yarn/
8
+scripts/
9
10
+# Ignore source files if lib/ contains the built files
11
+src/
12
13
+# node.js
14
+#
15
+node_modules/
16
17
+# Ignore configuration and temporary files
18
+.editorconfig
19
+.gitattributes
20
+.gitignore
21
+.nvmrc
22
+.watchmanconfig
23
+babel.config.js
24
+turbo.json
25
+lefthook.yml
26
+yarn.lock
27
+tsconfig.json
28
+tsconfig.build.json
29
+.DS_Store
0 commit comments