aboutcode-org / scancode-server

This project is no longer maintained. Visit https://github.com/nexB/scancode.io/ instead for similar and current project
https://github.com/nexB/scancode.io/
19 stars 17 forks source link

Add the .gitignore file #1

Closed singh1114 closed 7 years ago

singh1114 commented 7 years ago

We have to add the .gitignore file so that the stuff doesn't get committed automatically.

These things can be added.

@RajuKoushik What else can be added in there? Check this out. Do we need this?

yasharmaster commented 7 years ago

Python.gitignore could be helpful.

singh1114 commented 7 years ago

@yasharmaster I have never seen many of those things. @RajuKoushik What do you think of this?

steven-esser commented 7 years ago

@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.

singh1114 commented 7 years ago

@majurg OK, I will add what I feel right for now along with .idea and further we can change that in the future.

singh1114 commented 7 years ago

@RajuKoushik what is the purpose of .DS_Store file in the root directory? Should we put it in the .gitiignore file.

pombredanne commented 7 years ago

@singh1114 just delete... you should use the same .gitignore as ScanCode

singh1114 commented 7 years ago

@pombredanne Yes that makes sense.