From c574a10de1754a6f88e3997675d395e90a164a4d Mon Sep 17 00:00:00 2001 From: Pablo de la Torre Date: Wed, 10 Sep 2025 08:05:25 +0200 Subject: [PATCH] chore(gitignore): config initial file --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1fe883 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.idea +*.toml +*.db +target + +Icon? \ No newline at end of file