git-ignore – POFTUT

Git – Ignore Files To Prevent Commit

Git - Ignore Files To Prevent Commit

Git is used for a lot of different projects. These projects may provide different types of files. Some times some of those files should not be committed into the repository. For example, after running a python application pyc files are created as compiled python files. Committing them are unnecessary. Git Ignore File To ignore files the patterns … Read more