Support for offline hex cache (#282)

This commit is contained in:
Guillaume Jenkins 2016-10-24 12:32:05 -07:00 committed by Peli de Halleux
parent 06641d4e5c
commit d85446d34d
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@ clients/win10/*.opendb
clients/**/bin/** clients/**/bin/**
clients/**/obj/** clients/**/obj/**
clients/electron/projects clients/electron/projects
hexcache
*.user *.user
*.sw? *.sw?

View File

@ -23,7 +23,8 @@
"sim/public", "sim/public",
"docs/*.md", "docs/*.md",
"docs/*/*.md", "docs/*/*.md",
"docs/*/*/*.md" "docs/*/*/*.md",
"hexcache/*.hex"
], ],
"devDependencies": { "devDependencies": {
"typescript": "^1.8.7" "typescript": "^1.8.7"