Updated .gitignore. Added config.son

This commit is contained in:
Matt Ellis 2015-07-09 15:49:54 +01:00
parent 78d505b114
commit 5144053295
2 changed files with 9 additions and 4 deletions

6
.gitignore vendored
View File

@ -1,5 +1,3 @@
_site
_includes/page.html
app
HelpTOC.json
config.json
_includes
.bundle/

7
config.json Normal file
View File

@ -0,0 +1,7 @@
{
"productName": "IntelliJ Platform SDK",
"searchScope": "intellij-sdk-docs",
"disqusID": "",
"showDisqus: false,
"useSideblocks": true
}