summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-11-25 11:32:43 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-11-25 11:32:43 -0500
commitf4713b1ccf508c0ec1192ce8d800f21111e655e1 (patch)
tree25d5641b006af4533c2a25e762526428dc397a85 /.gitignore
parent24c71b3ddbcd793e533ee518bc1f82b1b5fa3d9e (diff)
Extract authenticator logic into a trait
This is in preparation for providing a fake authenticator backend
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 15ed889..ff49b2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ tmp/
target/
**/*.rs.bk
webapp/dist
-result \ No newline at end of file
+result
+.env \ No newline at end of file