Answers for "how to use gitignore command to ignore file or folder"

13

git ignore folder command

$ 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 use gitignore command to ignore file or folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language