diff --git a/.gitignore b/.gitignore index 6d1651e0f..811e2ea2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,6 @@ node_modules dist -docs/*.log -docs/db.json -docs/public/ -docs/.deploy*/ npm-debug.log* dump.rdb @@ -26,8 +22,8 @@ test/e2e/selenium-debug.log browserstack.err plugins.json -plugins/* +plugins/* !plugins/talk-plugin-akismet !plugins/talk-plugin-auth !plugins/talk-plugin-author-menu diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..d5507c269 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,5 @@ +public +!public/_redirects +.deploy*/ +db.json +*.log \ No newline at end of file