aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f1e46035839070588dc92e1108cd6f6e014132ca (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
26
27
28
# Misc.
.DS_Store

# Node.js
node_modules

# SvelteKit
/build
/.svelte-kit
/package

# Development
.env
.env.*
!.env.example
*.sqlite3

# PNPM
pnpm-lock.yaml

# NPM
package-lock.json

# Yarn
yarn.lock

# Visual Studio Code
.vscode