From 133bf0abe5be35b02386f29da918142a5ad0d612 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 21 May 2019 17:41:25 +0200 Subject: [PATCH] fix(core): update --- .gitignore | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ad31d3..7b85619 100644 --- a/.gitignore +++ b/.gitignore @@ -8,13 +8,16 @@ pages/ # installs node_modules/ -# caches and builds +# caches .yarn/ .cache/ +.rpt2_cache + +# builds dist/ dist_web/ dist_serve/ dist_ts_web/ # custom -test/ +test diff --git a/package.json b/package.json index ed54202..dab8fd1 100644 --- a/package.json +++ b/package.json @@ -57,4 +57,4 @@ "@pushrocks/smartstring": "^3.0.10", "@types/shelljs": "^0.8.5" } -} +} \ No newline at end of file