/1 min read
Ignore Files with .gitignore
Git vs GitHub
| Feature | Description |
|---|---|
| Git | Local version control system — runs on your machine, tracks file history. |
| GitHub | Cloud platform that hosts Git repositories — adds PRs, issues, collaboration. |
Build Programming Foundations at Noble Desktop
Noble Desktop's Full-Stack Web Development Certificate teaches Git alongside the modern web stack — a must for any developer.
There will be some files that you don't want Git to track. You can use a.gitignore file to list the files and/or folders that Git should ignore.