aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1d86db23db76d2c39a19b4944d21fe86be98ecec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Output
.output
.vercel
/.svelte-kit
/build
node_modules

# OS
.DS_Store
*.lock
*.lockb
*.lockdb
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

deploy.sh