Skip to content

Commit cb2b137

Browse files
committed
Ignore /dist
1 parent 33005db commit cb2b137

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
node_modules
33
/build
44
/.svelte-kit
5-
/package
5+
/dist
66
.env
77
.env.*
88
!.env.example
9+
/temp
910

1011
# Ignore files for PNPM, NPM and YARN
1112
pnpm-lock.yaml

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
node_modules
33
/build
44
/.svelte-kit
5-
/package
5+
/dist
66
.env
77
.env.*
88
!.env.example
99
vite.config.js.timestamp-*
1010
vite.config.ts.timestamp-*
11+
/temp

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
node_modules
33
/build
44
/.svelte-kit
5-
/package
5+
/dist
66
.env
77
.env.*
88
!.env.example
9+
/temp
910

1011
# Ignore files for PNPM, NPM and YARN
1112
pnpm-lock.yaml

0 commit comments

Comments
 (0)