How to Gitignore (untrack) files already pushed to GitHub repository.
Jan 22, 2021 · 3 min read · Most developers usually initialize the folder they are working from as their Github repository. However, some files or directories may be present in that folder that you would not want to push to GitHub (database file, environment variables etc). Add...
Join discussion