aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3bb937aaa22d040116e618b3e30ae8582a3b4a81 (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
# private
inleverdocumenten/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# dotenv
.env

# virtualenv
.venv/
venv/
ENV/

# database
database/*.db
database/*.db-journal

# node / ts
*.js
!next.config.js
*.d.ts
node_modules/

# eslint
.eslintcache

# next.js
.next/