Created
March 8, 2015 22:48
-
-
Save budparr/d72af56af4669a721d9c to your computer and use it in GitHub Desktop.
Basic gitignore for Webhook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib-cov | |
*.seed | |
*.log | |
*.csv | |
*.dat | |
*.out | |
*.pid | |
*.gz | |
.DS_Store | |
.sass-cache | |
pids | |
logs | |
results | |
npm-debug.log | |
node_modules | |
bower_components | |
#webhook | |
libs | |
options | |
tasks | |
test | |
.firebase.conf | |
.build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment