aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 6666f443305f6fece46da955f6bd15b269bddaec (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
.git
.gitignore
.github
.vscode
.DS_Store

# Gleam
build
*.beam
*.ez
erl_crash.dump

# Nix
flake.lock
flake.nix
result

# SQLite
data
*.sqlite3
*.db

# Documentation/License
README.md
LICENSE