This repo has my go to `.gitignore` file for general purpose.
I have a simple command that I run to add this file to any project.
# Silently add git ignore but if it fails, then show the error.
alias addgitignore="curl --fail --silent --show-error -O https://raw.githubusercontent.com/ahmadawais/DotGitIgnore/master/.gitignore"
After that just run addgitignore
.
MIT ⓒ Ahmad Awais.