diff options
author | Benoit Giannangeli <giann@users.noreply.github.com> | 2017-02-01 10:22:59 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-01 12:07:49 +0100 |
commit | 68ea92442abea0fd56421c103427d8bdcd9607b0 (patch) | |
tree | 85c9816f73e3400520946d76290aaf6c9fc3705b /.gitignore | |
download | fengari-68ea92442abea0fd56421c103427d8bdcd9607b0.tar.gz fengari-68ea92442abea0fd56421c103427d8bdcd9607b0.tar.bz2 fengari-68ea92442abea0fd56421c103427d8bdcd9607b0.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9dda96a --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# 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 + +# JSDoc +help |