Browse Source

delete db and ignore db

pull/41/head
Bramble Xu 6 years ago
parent
commit
b602483259
2 changed files with 4 additions and 1 deletions
  1. 5
      .gitignore
  2. BIN
      app/db.sqlite3

5
.gitignore

@ -192,4 +192,7 @@ pyvenv.cfg
pip-selfcheck.json
/data/raw/*
/data/sparql/*
/data/sparql/*
# ignore db to avoid merge conflicts
*.sqlite3

BIN
app/db.sqlite3

Loading…
Cancel
Save