IGNORING PATTERNS

This Project for CommandLine Applications. includes configs and documentation. https://mrinjamul.github.io/unTutorials

IGNORING PATTERNS

Preventing unintentional staging or commiting of files

logs/

*.notes

pattern*/

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

git config --global core.excludesfile [file]

system wide ignore pattern for all local repositories