Skip to content

Commit c82a99d

Browse files
committed
Ignore Vite timestamp files by default in create-svelte templates (added to .gitignore)
1 parent e617b75 commit c82a99d

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

Diff for: .changeset/clean-grapes-think.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
Ignore Vite timestamp files by default in `create-svelte` templates (added to `.gitignore`)

Diff for: packages/create-svelte/templates/default/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ node_modules
88
!.env.example
99
.vercel
1010
.output
11+
vite.config.js.timestamp-*
12+
vite.config.ts.timestamp-*

Diff for: packages/create-svelte/templates/skeleton/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ node_modules
66
.env
77
.env.*
88
!.env.example
9+
vite.config.js.timestamp-*
10+
vite.config.ts.timestamp-*

Diff for: packages/create-svelte/templates/skeletonlib/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ node_modules
66
.env
77
.env.*
88
!.env.example
9+
vite.config.js.timestamp-*
10+
vite.config.ts.timestamp-*

0 commit comments

Comments
 (0)