commit cb71e4c2f554788d9c98a1d4e51c191fd229ee80 Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 23 Sep 2016 22:13:52 +0200 Initial commit Diffstat:
| A | .gitignore | | | 37 | +++++++++++++++++++++++++++++++++++++ |
| A | README.md | | | 2 | ++ |
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,37 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history diff --git a/README.md b/README.md @@ -0,0 +1,2 @@ +# crashpad-to-issue_node +An Heroku compatible crashpad server that makes a new issue on error.