File tree Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ npm-debug.log*
34
34
yarn-debug.log *
35
35
yarn-error.log *
36
36
lerna-debug.log *
37
- .pnpm-debug.log *
38
37
39
38
# Diagnostic reports (https://nodejs.org/api/report.html)
40
39
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -86,12 +85,6 @@ web_modules/
86
85
# Optional stylelint cache
87
86
.stylelintcache
88
87
89
- # Microbundle cache
90
- .rpt2_cache /
91
- .rts2_cache_cjs /
92
- .rts2_cache_es /
93
- .rts2_cache_umd /
94
-
95
88
# Optional REPL history
96
89
.node_repl_history
97
90
@@ -103,10 +96,8 @@ web_modules/
103
96
104
97
# dotenv environment variable files
105
98
.env
106
- .env.development.local
107
- .env.test.local
108
- .env.production.local
109
- .env.local
99
+ .env. *
100
+ ! .env.example
110
101
111
102
# parcel-bundler cache (https://parceljs.org/)
112
103
.cache
@@ -133,6 +124,15 @@ dist
133
124
.temp
134
125
.cache
135
126
127
+ # Sveltekit cache directory
128
+ .svelte-kit /
129
+
130
+ # vitepress build output
131
+ ** /.vitepress /dist
132
+
133
+ # vitepress cache directory
134
+ ** /.vitepress /cache
135
+
136
136
# Docusaurus cache and generated files
137
137
.docusaurus
138
138
@@ -145,15 +145,24 @@ dist
145
145
# DynamoDB Local files
146
146
.dynamodb /
147
147
148
+ # Firebase cache directory
149
+ .firebase /
150
+
148
151
# TernJS port file
149
152
.tern-port
150
153
151
154
# Stores VSCode versions used for testing VSCode extensions
152
155
.vscode-test
153
156
154
- # yarn v2
155
- .yarn /cache
156
- .yarn /unplugged
157
- .yarn /build-state.yml
158
- .yarn /install-state.gz
157
+ # yarn v3
159
158
.pnp. *
159
+ .yarn /*
160
+ ! .yarn /patches
161
+ ! .yarn /plugins
162
+ ! .yarn /releases
163
+ ! .yarn /sdks
164
+ ! .yarn /versions
165
+
166
+ # Vite logs files
167
+ vite.config.js.timestamp- *
168
+ vite.config.ts.timestamp- *
You can’t perform that action at this time.
0 commit comments