vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Fix db.sqlite3 path on .gitignore #471

Closed pantoja closed 4 years ago

pantoja commented 4 years ago

Description

Fixed the path to db.sqlite3 on .gitignore

Motivation and Context

It prevents the db.sqlite3 file from being detected by git.

close #447

vanessa commented 4 years ago

@pantoja Thanks for the contribution, feel free to merge this PR :slightly_smiling_face: