Почему мой db.sqlite3 не gitignore

# In your .gitignore file add 
*.sqlite3
# instead of db.sqlite3
Jokerinya