Use git ignore in offline mode
Preface Git ignore is a Git feature that allows requests to NOT track (stag) a file list. This is a very useful feature that allows you to quickly add entire files / folders to your watch list (staging) but also ignore some files / file types that don’t need to be tracked (like temporary files). […]
Continue Reading