HDHarsh Dobariyainsilverskullss.hashnode.dev·Mar 29, 2023 · 2 min readHow to use .gitignore in your repositories?What is .gitignore? It basically contains the list of files or directories that should be ignored and not tracked by Git while pushing on a repository. Although there can be multiple .gitignore files in a single repository, It is a best practice to...00