From 086eacaaa2b9fde537315141e154631b945e1369 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sun, 22 Sep 2019 04:13:14 +1200 Subject: [PATCH] feat: Add microbundle cache (#3116) --- Node.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 3863bda0..bba6e683 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -53,6 +53,12 @@ typings/ # Optional eslint cache .eslintcache +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + # Optional REPL history .node_repl_history