summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-10 19:07:21 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-10 19:07:21 +0200
commit3000dcefe109e749ee582a7537924f68e717a7e8 (patch)
treeba80aaf1996ba7713aad5a1cf51cab8f89b938a8 /packages
parentf1405d3958db396c7e1b70873856af17a3477a2b (diff)
downloadgitbook-3000dcefe109e749ee582a7537924f68e717a7e8.zip
gitbook-3000dcefe109e749ee582a7537924f68e717a7e8.tar.gz
gitbook-3000dcefe109e749ee582a7537924f68e717a7e8.tar.bz2
Add compiled plugin to gitignore for livereload plugin
Diffstat (limited to 'packages')
-rw-r--r--packages/gitbook-plugin-livereload/.gitignore5
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