diff --git a/.gitignore b/.gitignore index e40283d..86bb2ef 100644 --- a/.gitignore +++ b/.gitignore @@ -268,3 +268,5 @@ nohup.out # sqlite *.sqlite3 +!projects/**/*.sqlite3 +!code/**/*.sqlite3 diff --git a/projects/web-django/quickstart/db.sqlite3 b/projects/web-django/quickstart/db.sqlite3 new file mode 100644 index 0000000..084e4ac Binary files /dev/null and b/projects/web-django/quickstart/db.sqlite3 differ diff --git a/projects/web-django/todolist/db.sqlite3 b/projects/web-django/todolist/db.sqlite3 new file mode 100644 index 0000000..a06c633 Binary files /dev/null and b/projects/web-django/todolist/db.sqlite3 differ