Git: Difference between revisions

91 bytes added ,  4 November 2019
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===