diff options
author | Richie Bendall <richiebendall@gmail.com> | 2019-09-22 04:13:14 +1200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-09-21 13:13:14 -0300 |
commit | 086eacaaa2b9fde537315141e154631b945e1369 (patch) | |
tree | 94f5b265879929f74a063d1655c4a3e0a6c454bd /Node.gitignore | |
parent | 3b445ebb926c6c314d6b557462a617b14811430b (diff) | |
download | gitignore-086eacaaa2b9fde537315141e154631b945e1369.tar.gz gitignore-086eacaaa2b9fde537315141e154631b945e1369.zip |
feat: Add microbundle cache (#3116)
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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 |