Skip to content

Commit c63b340

Browse files
chore: overhaul ignore configs (#11938)
Co-authored-by: Ben McCann <[email protected]>
1 parent c173b7a commit c63b340

File tree

5 files changed

+49
-13
lines changed

5 files changed

+49
-13
lines changed

.changeset/ten-wolves-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-svelte": patch
3+
---
4+
5+
chore: overhaul ignore configs
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ignore files for PNPM, NPM and YARN
2-
pnpm-lock.yaml
1+
# Package Managers
32
package-lock.json
3+
pnpm-lock.yaml
44
yarn.lock
Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
.DS_Store
21
node_modules
3-
/build
2+
3+
# Output
4+
.output
5+
.vercel
46
/.svelte-kit
5-
/package
7+
/build
8+
9+
# OS
10+
.DS_Store
11+
Thumbs.db
12+
13+
# Env
614
.env
715
.env.*
816
!.env.example
9-
.vercel
10-
.output
17+
!.env.test
18+
19+
# Vite
1120
vite.config.js.timestamp-*
1221
vite.config.ts.timestamp-*
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
.DS_Store
21
node_modules
3-
/build
2+
3+
# Output
4+
.output
5+
.vercel
46
/.svelte-kit
5-
/package
7+
/build
8+
9+
# OS
10+
.DS_Store
11+
Thumbs.db
12+
13+
# Env
614
.env
715
.env.*
816
!.env.example
17+
!.env.test
18+
19+
# Vite
920
vite.config.js.timestamp-*
1021
vite.config.ts.timestamp-*
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
.DS_Store
21
node_modules
2+
3+
# Output
4+
.output
5+
.vercel
6+
/.svelte-kit
37
/build
48
/dist
5-
/.svelte-kit
6-
/package
9+
10+
# OS
11+
.DS_Store
12+
Thumbs.db
13+
14+
# Env
715
.env
816
.env.*
917
!.env.example
18+
!.env.test
19+
20+
# Vite
1021
vite.config.js.timestamp-*
1122
vite.config.ts.timestamp-*

0 commit comments

Comments
 (0)