I am making a Django website project. I decided to push it to my git repo but I am not sure what files I should add in .gitignore
I guess all the settings.py files are certainly not supposed to be committed to git. What other files should I ignore?
I am making a Django website project. I decided to push it to my git repo but I am not sure what files I should add in .gitignore
I guess all the settings.py files are certainly not supposed to be committed to git. What other files should I ignore?
Take a look at this .gitignore file. Normally you ignore all cache, migrations or short, .log files. Depends if you want to deploy you may also want to exclude the settings.py