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