diff options
author | David Graf <davidagraf@gmail.com> | 2014-05-15 11:28:24 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-10 16:18:34 +0200 |
commit | 10ab06a32ca4554c48562f2d99ee54c5d7f91008 (patch) | |
tree | f44bcce4379b7795bae08167a1cb5f22cbfd76a4 /packages/gitbook-plugin-livereload/.gitignore | |
parent | 1bc802e4c83d70c4ca0698a7d75b1b465736fe6c (diff) | |
download | gitbook-10ab06a32ca4554c48562f2d99ee54c5d7f91008.zip gitbook-10ab06a32ca4554c48562f2d99ee54c5d7f91008.tar.gz gitbook-10ab06a32ca4554c48562f2d99ee54c5d7f91008.tar.bz2 |
initial commit
Diffstat (limited to 'packages/gitbook-plugin-livereload/.gitignore')
-rw-r--r-- | packages/gitbook-plugin-livereload/.gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-livereload/.gitignore b/packages/gitbook-plugin-livereload/.gitignore new file mode 100644 index 0000000..3df3075 --- /dev/null +++ b/packages/gitbook-plugin-livereload/.gitignore @@ -0,0 +1,28 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# Deployed apps should consider commenting this line out: +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +node_modules + +# vim swap file +*.swp |