aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-12 18:15:29 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-12 18:15:29 +0100
commit7c0820d3d19927e695faa18cb3f5494ee39e0c77 (patch)
tree16f0c045a928a390558e81610ab8ca68e32249d8 /.gitignore
parent7feeb30875c19a9f305e02f802e3634469349655 (diff)
Database handling added
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 81c1159..2b11eda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -169,4 +169,7 @@ data
*.sh
# Mac specfic
-.DS_Store \ No newline at end of file
+.DS_Store
+
+# Databases
+*.db \ No newline at end of file