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