From d85446d34d50e2b135cf7e64ab2ca82da34ec32d Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Mon, 24 Oct 2016 12:32:05 -0700 Subject: [PATCH] Support for offline hex cache (#282) --- .gitignore | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20b16cc9..b98318c0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ clients/win10/*.opendb clients/**/bin/** clients/**/obj/** clients/electron/projects +hexcache *.user *.sw? diff --git a/package.json b/package.json index c052921e..22486492 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "sim/public", "docs/*.md", "docs/*/*.md", - "docs/*/*/*.md" + "docs/*/*/*.md", + "hexcache/*.hex" ], "devDependencies": { "typescript": "^1.8.7"