From 2348850a2d3381f3248eae4b5cc7a62dc8294357 Mon Sep 17 00:00:00 2001 From: Rupika Date: Sat, 12 Jan 2019 15:06:08 -0800 Subject: [PATCH] Modified gitignore and commented dbsqlite --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d5831d2..d25063b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ *.pyc __pycache__/ local_settings.py -db.sqlite3 +# db.sqlite3 media # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/