mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
feat: Add microbundle cache (#3116)
This commit is contained in:
parent
3b445ebb92
commit
086eacaaa2
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue