diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-15 16:51:01 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-15 16:51:01 +0200 |
commit | 4bd0381cef63e59801ec05786ec17d567bc4245c (patch) | |
tree | e879466e145df6e48c59bc91fe7c7418cdb40ebf /.gitignore | |
parent | e5aebeba1201cbed041adc0f8d5b8d7a1e007f0f (diff) |
dev.sh and dev dependencies
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ -#Editor backups +# Editor backups *~ + +# poetry.lock - as project only developed in one place +poetry.lock |