diff options
author | Linnnus <[email protected]> | 2024-05-01 14:34:22 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-05-01 14:34:22 +0200 |
commit | de9b1edd68b94700d5a8ff65eeef3ecede7c907a (patch) | |
tree | 2d2a7336083062b0a961be6ac64863bc7a001875 /.gitignore | |
parent | 2041672b2247ee9a5acb502787f5458939b3387b (diff) |
Add login stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ key.pem # Database thisisadatabasethatcontainsdata.db + +# Sessions stored here +sessions/ |