diff options
author | gennyble <gen@nyble.dev> | 2025-04-20 06:52:12 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-04-20 06:52:12 -0500 |
commit | 2d667d4c3d63a44c4cc01f7fb7133e5714d60584 (patch) | |
tree | 61c7dbc795998644f1546b4104e1eff86629cda8 /.gitignore | |
parent | 85a319730a9d3290a0b75c8460279a2649b10443 (diff) | |
download | leaberblord-2d667d4c3d63a44c4cc01f7fb7133e5714d60584.tar.gz leaberblord-2d667d4c3d63a44c4cc01f7fb7133e5714d60584.zip |
add quick-n-easy import cli command
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0707444..77a4620 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target .env -*.db \ No newline at end of file +*.db +*.sqlite +*.conf \ No newline at end of file |