How to ignore a file on git after created repository ?
Steps:
Create a .gitignore file on the root
To ignore a directory: name_of_directory/
To ignore a file: name_of_file
We don't need to provide the complete path of the file or directory to be ignored, we just have to provide its name.
If you want t...
blog.stevesultan.com1 min read