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

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

# virtualenv
.venv/
venv/
ENV/

# database
database/*.db
database/*.db-journal
database/*.sqlext
database/avatars/*
!database/avatars/default.png

# node / ts
*.js
!next.config.js
*.d.ts
node_modules/
yarn-error.log

# eslint
.eslintcache

# next.js
.next/

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