Skip to content

Commit 53624e4

Browse files
chore: update .gitignore and pnpm-lock.yaml for new dependencies
1 parent 0a06ac6 commit 53624e4

File tree

3 files changed

+146
-239
lines changed

3 files changed

+146
-239
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ yarn-error.log*
4242
*-cache
4343
**/stats.html
4444
.eslintcache
45+
configs/tailwind/src/index.ts
4546

4647
# vite
4748
vite.config.ts.*
@@ -53,6 +54,10 @@ cache
5354
.temp
5455
**/.vitepress/cache/**/*
5556
@cache/
57+
report/sentryfix.json
58+
sentryfix.md
59+
report/performance.json
60+
performance.md
5661

5762
# Nuxt dev/build outputs
5863
.output
@@ -68,8 +73,3 @@ cache
6873
# will have compiled files and executables
6974
**/target/
7075
**/gen/schemas
71-
configs/tailwind/src/index.ts
72-
report/sentryfix.json
73-
sentryfix.md
74-
report/performance.json
75-
performance.md

configs/tailwind/src/index.ts

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)