diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-10 19:07:21 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-10 19:07:21 +0200 |
commit | 3000dcefe109e749ee582a7537924f68e717a7e8 (patch) | |
tree | ba80aaf1996ba7713aad5a1cf51cab8f89b938a8 /packages/gitbook-plugin-livereload | |
parent | f1405d3958db396c7e1b70873856af17a3477a2b (diff) | |
download | gitbook-3000dcefe109e749ee582a7537924f68e717a7e8.zip gitbook-3000dcefe109e749ee582a7537924f68e717a7e8.tar.gz gitbook-3000dcefe109e749ee582a7537924f68e717a7e8.tar.bz2 |
Add compiled plugin to gitignore for livereload plugin
Diffstat (limited to 'packages/gitbook-plugin-livereload')
-rw-r--r-- | packages/gitbook-plugin-livereload/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-livereload/.gitignore b/packages/gitbook-plugin-livereload/.gitignore index 3df3075..ef47881 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 |