If you are using Django/Python, it might be useful to add *.pyc to your gitignore. These are compiled python files.
Also, if you're developing on a Mac, it would also be useful to add .DS_Store. It's an invisible file, and it just stores some properties of that directory,
Comments
If you are using Django/Python, it might be useful to add *.pyc to your gitignore. These are compiled python files.
Also, if you're developing on a Mac, it would also be useful to add .DS_Store. It's an invisible file, and it just stores some properties of that directory,
I believe these are already covered:
Yeah, I only looked at the Django gitignore.