diff --git a/additional-material/git_workflow_scenarios/additional-material.md b/additional-material/git_workflow_scenarios/additional-material.md index bff967c5..ca06d812 100644 --- a/additional-material/git_workflow_scenarios/additional-material.md +++ b/additional-material/git_workflow_scenarios/additional-material.md @@ -46,5 +46,4 @@ This document provides information about how to undo a commit on your local repo This document is dedicated to all the tips and tricks websites, blog posts, and helpful sites that make our lives easier. They are a great reference to serve all of our needs, be it a beginner or an expert. This page should act as an index of all those useful links that would help everybody who is new in the open-source domain or someone who wants to learn more. ### [Creating a .gitignore file](creating-a-gitignore-file.md) -This document explains what a .gitignore file does, why to use it and how to create a .gitignore file. This file is used in almost all git projects. It helps commit only necessary files to git. - +This document explains what a .gitignore file does, why to use it and how to create a .gitignore file. This file is used in almost all git projects. It helps commit only the necessary files to git.