@@ -28,7 +28,8 @@ package
28
28
# Temporary development files
29
29
tmp
30
30
31
- # Yarn lockfile (only package-lock.json supported)
31
+ # Other lockfiles (only package-lock.json supported)
32
+ pnpm-lock.yaml
32
33
yarn.lock
33
34
34
35
# Logs
@@ -38,7 +39,6 @@ npm-debug.log*
38
39
yarn-debug.log *
39
40
yarn-error.log *
40
41
lerna-debug.log *
41
- .pnpm-debug.log *
42
42
43
43
# Diagnostic reports (https://nodejs.org/api/report.html)
44
44
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -90,12 +90,6 @@ web_modules/
90
90
# Optional stylelint cache
91
91
.stylelintcache
92
92
93
- # Microbundle cache
94
- .rpt2_cache /
95
- .rts2_cache_cjs /
96
- .rts2_cache_es /
97
- .rts2_cache_umd /
98
-
99
93
# Optional REPL history
100
94
.node_repl_history
101
95
@@ -107,10 +101,8 @@ web_modules/
107
101
108
102
# dotenv environment variable files
109
103
.env
110
- .env.development.local
111
- .env.test.local
112
- .env.production.local
113
- .env.local
104
+ .env. *
105
+ ! .env.example
114
106
115
107
# parcel-bundler cache (https://parceljs.org/)
116
108
.cache
@@ -137,6 +129,15 @@ dist
137
129
.temp
138
130
.cache
139
131
132
+ # Sveltekit cache directory
133
+ .svelte-kit /
134
+
135
+ # vitepress build output
136
+ ** /.vitepress /dist
137
+
138
+ # vitepress cache directory
139
+ ** /.vitepress /cache
140
+
140
141
# Docusaurus cache and generated files
141
142
.docusaurus
142
143
@@ -149,18 +150,27 @@ dist
149
150
# DynamoDB Local files
150
151
.dynamodb /
151
152
153
+ # Firebase cache directory
154
+ .firebase /
155
+
152
156
# TernJS port file
153
157
.tern-port
154
158
155
159
# Stores VSCode versions used for testing VSCode extensions
156
160
.vscode-test
157
161
158
- # yarn v2
159
- .yarn /cache
160
- .yarn /unplugged
161
- .yarn /build-state.yml
162
- .yarn /install-state.gz
162
+ # yarn v3
163
163
.pnp. *
164
+ .yarn /*
165
+ ! .yarn /patches
166
+ ! .yarn /plugins
167
+ ! .yarn /releases
168
+ ! .yarn /sdks
169
+ ! .yarn /versions
170
+
171
+ # Vite logs files
172
+ vite.config.js.timestamp- *
173
+ vite.config.ts.timestamp- *
164
174
165
175
# Windows
166
176
0 commit comments