summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 752b2d29bc5665eb4bf3a282be6a84533eec88f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Secrets
.env

# Cert files
cert.pem
key.pem

# Database
thisisadatabasethatcontainsdata.db

# Sessions stored here
sessions/