Answers for "how to build a .gitignore file"

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
1

how to generate a .gitignore

echo "function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}" >> ~/.bash_profile && source ~/.bash_profile
Posted by: Guest on December-21-2020

Code answers related to "how to build a .gitignore file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language