gitignoreen
Gitignore is a utility that is primarily utilized in conjunction with the Git version control system. It is used to instruct Git to ignore particular files or directories within a project's repository. The primary function of Gitignore is to prevent accidental commit of files that are not pertinent to the project, such as object files, configuration files, and compiler output.
When a file is marked for ignoring by Git, Git will completely ignore all changes to the
A typical application of gitignore is to introduce lines of code which direct git to overlook items