I am having problems with data.sqlite and members / model.pyc . This is what my .gitignore file looks like. If the above files appear to be modified, does git still track them correctly? These files have not been tracked before, so I'm not sure why it is not ignoring these files ....
*.py[cod] *.sqlite # C extensions *.so # Packages *.egg *.egg-info dist build eggs parts bin var sdist develop-eggs .installed.cfg lib lib64 __pycache__ # Installer logs pip-log.txt # Unit test / coverage reports .coverage .tox nosetests.xml # Translations *.mo # Mr Developer .mr.developer.cfg .project .pydevproject *.log *.pot *.pyc local_settings.py
source share