aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 66dffdf8488a7caa76278ef52cfbec6a396b145e (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
node_modules

# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/static/generated
/artifacts

# OS
.DS_Store
Thumbs.db

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

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