Git: Difference between revisions
No edit summary |
|||
Line 50: | Line 50: | ||
===gitignore=== | ===gitignore=== | ||
.gitignore is used to ignore certain files to make sure they do not get accidentally pushed to the remote git repo.<br> | .gitignore is used to ignore certain files to make sure they do not get accidentally pushed to the remote git repo.<br> | ||
You can find a collection of .gitignore files on [https://github.com/github/gitignore Github's gitignore repo]. | You can find a collection of .gitignore files on [https://github.com/github/gitignore Github's gitignore repo].<br> | ||
Or you can create a custom .gitignore file at [https://www.gitignore.io gitignore.io]. | |||
===gitattributes=== | ===gitattributes=== |