steid
Sign in
@jamesgill
/
steid
Code
Commits
9b1feb6
At commit 9b1feb6
Branches
main
steid
/
.gitignore
156 B
Code
·
Blame
·
Raw
1
/
target
2
3
#
Bare git repositories
4
/
data
5
6
#
SQLite
7
*
.
db
8
*
.
db-shm
9
*
.
db-wal
10
11
#
Local environment
12
.
env
13
.env
.
prod
14
15
#
Release artefacts built by release.sh.
16
/
dist