diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-10 15:12:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-10 15:12:12 +0100 |
commit | 50d6737b0c81869d77486fded1476f55917b940b (patch) | |
tree | 875151701dd1cf758130f28fb186cc4af86fcf75 /.gitignore | |
parent | b408be58debc72322fa1680a8f7293b9ba3b571f (diff) |
Adds .env file with database dsn in it
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ bin/ +.env |