how to create gitignore file in gitbash code example
Example: create gitignore files
#Linux
$ touch .gitignore
#Windows
cd c:\
notepad .gitignore
#Accept the prompt to create the file, edit the contents accordingly, save and close.
#Linux
$ touch .gitignore
#Windows
cd c:\
notepad .gitignore
#Accept the prompt to create the file, edit the contents accordingly, save and close.