Answers for "how to make a gitignore file on linux"

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 make a gitignore file on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language