How to create git ignore file and what is the use of this gitignore file? Technical Solution | 2 min read Ignoring files:From time to time there are files you don't want git to track. There are a few methods of telling git what files to ignore. In which .gitignore file method is one of the popular method