An effect the .gitignore entry applies to matching files or directories.
.gitignore
One of:
ignore
!
include
An effect the
.gitignore
entry applies to matching files or directories.One of:
ignore
- Ignore matching files. This corresponds to patterns not starting with!
.include
- Re-include matching files. This corresponds to negated patterns starting with!
.