Git ignore files
DevOps
About
Git ignore files (`.gitignore`) are plain-text configuration files mapped inside a repository that define precise file patterns, temporary paths, build artifacts, and local cache directories that Git should systematically exclude from tracking.