Answers for "how to manually add gitignore"

13

git add gitignore

$ touch .gitignore
Posted by: Guest on June-09-2020
0

how to make .gitignore

# Open git bash in the directory you wanna create .gitignore
# run command:
$ touch .gitignore
# there you go
Posted by: Guest on February-22-2022

Code answers related to "how to manually add gitignore"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language