Skip to content

Commit

Permalink
Ignore Vite timestamp files by default in create-svelte templates (…
Browse files Browse the repository at this point in the history
…added to `.gitignore`) (#7660)
  • Loading branch information
Tal500 authored Nov 17, 2022
1 parent e822a0e commit 78615fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-grapes-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Ignore Vite timestamp files by default in `create-svelte` templates (added to `.gitignore`)
2 changes: 2 additions & 0 deletions packages/create-svelte/templates/default/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ node_modules
!.env.example
.vercel
.output
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
2 changes: 2 additions & 0 deletions packages/create-svelte/templates/skeleton/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_modules
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
2 changes: 2 additions & 0 deletions packages/create-svelte/templates/skeletonlib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_modules
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

0 comments on commit 78615fd

Please sign in to comment.