DotGitIgnore

This repo has my go to `.gitignore` file for general purpose.



⚙️ USAGE

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.

📃 LICENSE

MIT ⓒ Ahmad Awais.