clean: remove outdated microbundle cache directories

- microbundle hasn't used these directories in 3+ years
  - d0e66da957
- and rollup-plugin-typescript2, which microbundle depends on and which
  actually created the dirs, hasn't used them in ~3 years either
  - ffda2e539b

- I help maintain rpt2 and formerly solo-maintained TSDX for ~1.5 years,
  which, as a fork of microbundle, has similarly used those directories
  in the past until I changed them
  - 55c0d47c0b
This commit is contained in:
Anton Gilgur 2022-06-04 18:35:27 -04:00
parent e5323759e3
commit f25639455e

View File

@ -57,12 +57,6 @@ web_modules/
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history