aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1813beb56495a8a38144e201edd7db122f3d254c (plain)
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
26
27
28
29
30
31
32
33
node_modules/

.svelte-kit/
build/
dist/
built/

static/content/
static/content-manifest.json

.env
.env.local
.env.*.local

.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo

*.log
npm-debug.log*
pnpm-debug.log*

.claude/

coverage/
.nyc_output/

.vite/
.turbo/
.cache/