How to Gitignore (untrack) files already pushed to GitHub repository.
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...
ademola101.hashnode.dev3 min read