From d84a153f7d019a327ae8c90b53644302612b1edc Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 25 Sep 2022 11:03:36 +0300 Subject: [PATCH] Splitting files into categories --- .gitignore | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ab5448..3e04147 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,19 @@ +# Other + .idea +logger.log -EveryNasa.db -EveryNasa.db-journal +# Database files + +*.db +*.db-journal + +# Build files + +*.exe +*.msi +*.syso +winres/* +wix/* +wix.json -EveryNasa.exe \ No newline at end of file