aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0bd72f93827e7ad79e60c45c2b11a00ab1cb8839 (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
34
35
36
37
# 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/

# voerbak
voerbak/voerbak
voerbak/*.o
voerbak/tests/*