IGNORING PATTERNS Flashcards

Git Commands

1
Q

Save a file with desired paterns as .gitignore with either direct string
matches or wildcard globs

A

logs/
.notes
pattern
/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

system wide ignore patern for all local repositories

A

git config –global core.excludesfile [file]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly