Browse Source

fix: add db folder to gitignore (#32)

cachho 2 years ago
parent
commit
6d96d59453
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -161,4 +161,7 @@ cython_debug/
 #.idea/
 
 .ideas.md
-.todos.md
+.todos.md
+
+# Database
+db