diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-04-22 18:48:16 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-04-22 18:48:16 +0200 |
commit | 9c45e4fd70ed83bd2c203da225777ad670c2c15c (patch) | |
tree | 7f1be79d99b3e806094fc89622802063b98d7f8e /.gitignore | |
download | faktura-9c45e4fd70ed83bd2c203da225777ad670c2c15c.tar.gz faktura-9c45e4fd70ed83bd2c203da225777ad670c2c15c.tar.bz2 faktura-9c45e4fd70ed83bd2c203da225777ad670c2c15c.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34928b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.ddev/.env +.jwt-token +cli/Cargo.lock +cli/target/ |