From 8e1636256b0402934cd13211c3fcdf75314b7508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radam=C3=A9s?= Date: Wed, 24 Apr 2024 21:45:38 -0300 Subject: [PATCH] .gitignore: add .bak and .sqlite3 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..1a48542 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,9 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Text backup files +*.bak + +# Database +*.sqlite3 \ No newline at end of file