I've created a .gitignore
file but I'm not sure if it is working or not.
Currently i have this in the gitignore file in the DEMOPROJECT directory
*db.*
__init__.py
And I'm getting this output in the windows command line
(venv) C:\..\..\PycharmProjects\WebP1\DEMOPROJECT>git checkout newMast
Switched to branch 'newMast'
D .gitignore
M db.sqlite3
What is the significance of the D
and M
?