Answers for "how to add directory to gitignore"

13

create gitignore

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

gitignore all log files

*.log
!spec/*.log
Posted by: Guest on September-29-2020

Code answers related to "how to add directory to gitignore"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language