Using .gitignore to Exclude Files from Git
Writing and troubleshooting .gitignore files — pattern syntax, ignoring already-tracked files, and keeping build artifacts and secrets out of a repo.
1 post
Posts tagged gitignore
Git Basics: A Beginner's Guide to Version Control
Master Git's core workflow, from commit to merge.A beginner-friendly guide to Git covering setup, the staging area, everyday commands like add/commit/diff/log, .gitignore, branching, merging, undoing mistakes, stashing, remotes, and tags.