Suppress Tracking (exclude Temp. Files And Paths) Flashcards
0
Q
$ git ls-files –other –ignored –exclude-standard
A
Lists all ignored files in this project.
1
Q
.log
build/
temp-
A
A text file named “.gitignore” suppresses accidental versioning of files and paths matching the specified pattern.