Browse Source

add lines for vscode and sqlite db to gitignore

feature_tests
Burathar 4 years ago
parent
commit
655c2dbdde
  1. 6
      .gitignore

6
.gitignore vendored

@ -138,3 +138,9 @@ dmypy.json @@ -138,3 +138,9 @@ dmypy.json
# Cython debug symbols
cython_debug/
# vscode
.vscode/
# the-hunt specific:
app.db
Loading…
Cancel
Save