Closed singh1114 closed 7 years ago
Python.gitignore could be helpful.
@yasharmaster I have never seen many of those things. @RajuKoushik What do you think of this?
@singh1114 adding the gitignore would be helpful :)
Also, make sure to add .idea
to it as well; we normally want to keep personal stuff like IDE configs out of the project's repository.
@majurg OK, I will add what I feel right for now along with .idea and further we can change that in the future.
@RajuKoushik what is the purpose of .DS_Store file in the root directory? Should we put it in the .gitiignore file.
@singh1114 just delete... you should use the same .gitignore as ScanCode
@pombredanne Yes that makes sense.
We have to add the .gitignore file so that the stuff doesn't get committed automatically.
These things can be added.
migrations/
*.pyc
@RajuKoushik What else can be added in there? Check this out. Do we need this?