We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceaf17a commit 329d5adCopy full SHA for 329d5ad
1 file changed
.gitignore
@@ -11,11 +11,9 @@ yarn.lock
11
/lib
12
/es
13
/types
14
-/storybook-static
15
16
# Testing
17
/coverage
18
-.nyc_output
19
/__snapshots__
20
21
# Logs
@@ -24,7 +22,6 @@ logs
24
22
npm-debug.log*
25
23
yarn-debug.log*
26
yarn-error.log*
27
-lerna-debug.log*
28
29
# Environment Variables
30
.env
@@ -56,15 +53,10 @@ Thumbs.db
56
53
57
54
# Cache and misc
58
55
.cache
59
-.next
60
-.nuxt
61
.tmp
62
.temp
63
.eslintcache
64
.stylelintcache
65
-.webpack
66
-.docusaurus
67
-.cache-loader
68
69
# Cursor specific files
70
.cursor/
0 commit comments