We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d4b32 commit 3948c30Copy full SHA for 3948c30
1 file changed
packages/lsd/.npmignore
@@ -0,0 +1,29 @@
1
+# Test files and directories
2
+__tests__/
3
+*.test.js
4
+*.test.ts
5
+*.test.tsx
6
+*.test.d.ts
7
+coverage/
8
+
9
+# Source code (use dist/ instead)
10
+src/
11
12
+# Build and config files
13
+tsconfig.json
14
+tsconfig.*.json
15
+vite.config.ts
16
+vitest.config.ts
17
+tsdoc.json
18
+components.json
19
+lefthook.yml
20
21
+# Development files
22
+.git/
23
+.gitignore
24
+node_modules/
25
26
+# Misc development files
27
+.*ignore
28
+.editorconfig
29
+.*rc.*
0 commit comments