Answers for "where to create .gitignore file"

14

create gitignore

# creates gitignore file
$ touch .gitignore
Posted by: Guest on July-11-2020
0

create gitignore files windows

cd c:\<your path>
notepad .gitignore
Accept the prompt to create the file, edit the contents accordingly, save and close.
Posted by: Guest on December-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language