Artoon Repository Server

- Add .gitignore file in the project, this lets you ignore a category of files altogether.
- Make sure confidential information like database and other access-secret keys don't get exposed from code to internet.
- Commit the code after making required changes.
- Write proper commit message, so anyone can easily understand what you have updated in that commit.
- Make use of new branch for every new feature and then merge the feature branch to master.