Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 334 Bytes

gitignore-file-configuration.md

File metadata and controls

10 lines (7 loc) · 334 Bytes

gitignore

The .gitignore file allows you to include file to it that you do not want to commit to the Github repository.

Useful files to include in the .gitingore

.env # environment variables 
node_modules/ # application packages can be re-install using `npm install` so no need to include them to the repository