From 3000dcefe109e749ee582a7537924f68e717a7e8 Mon Sep 17 00:00:00 2001 From: Samy Pesse Date: Mon, 10 Oct 2016 19:07:21 +0200 Subject: [PATCH] Add compiled plugin to gitignore for livereload plugin --- packages/gitbook-plugin-livereload/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/gitbook-plugin-livereload/.gitignore b/packages/gitbook-plugin-livereload/.gitignore index 3df307567..ef47881ce 100644 --- a/packages/gitbook-plugin-livereload/.gitignore +++ b/packages/gitbook-plugin-livereload/.gitignore @@ -24,5 +24,8 @@ build/Release # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules -# vim swap file +# vim swapfile *.swp + +# Plugin assets +_assets/plugin.js