aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2f0fdbdc009f2bb2f8791f95c400a505307c3dd4 (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
# Misc.
.DS_Store

# Node.js
# Node
/node_modules

# SvelteKit
/build
/.svelte-kit

# Development Environment
.env*
*.sqlite3
.secret
certificates

# NPM
package-lock.json

# Visual Studio Code
.vscode

# Vercel
.vercel