We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a06ac6 commit 53624e4Copy full SHA for 53624e4
.gitignore
@@ -42,6 +42,7 @@ yarn-error.log*
42
*-cache
43
**/stats.html
44
.eslintcache
45
+configs/tailwind/src/index.ts
46
47
# vite
48
vite.config.ts.*
@@ -53,6 +54,10 @@ cache
53
54
.temp
55
**/.vitepress/cache/**/*
56
@cache/
57
+report/sentryfix.json
58
+sentryfix.md
59
+report/performance.json
60
+performance.md
61
62
# Nuxt dev/build outputs
63
.output
@@ -68,8 +73,3 @@ cache
68
73
# will have compiled files and executables
69
74
**/target/
70
75
**/gen/schemas
71
-configs/tailwind/src/index.ts
72
-report/sentryfix.json
-sentryfix.md
-report/performance.json
-performance.md
configs/tailwind/src/index.ts
0 commit comments