How to setup .gitignore file
The role of .gitignore file is to ignore the changes of the specified file or folder. Say for example if you don’t want to track certain files and their changes throughout the life cycle of the project (example below), we […]
How to setup .gitignore file Read More »