Keep Junk Out of Your Repo
63%
Summary
Here is a quick reference for .gitignore patterns:
| Concept | What It Does |
|---|---|
.gitignore | Tells Git which files and folders to ignore |
* wildcard | Matches any characters (e.g., *.pyc) |
Trailing / |
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
