diff options
author | SkyBlockDev <72335827+SkyBlockDev@users.noreply.github.com> | 2021-05-24 21:34:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 13:34:19 -0600 |
commit | 61955cac8de4c27f2acbcf1c93a1e03df7b8c43a (patch) | |
tree | b5f749eed0ed800596e5a243d49a80f3cbd2ca06 /.gitignore | |
parent | 6edfb359bb76b908f1edabfb2d5bf6bd5d20c68e (diff) | |
download | tanzanite-61955cac8de4c27f2acbcf1c93a1e03df7b8c43a.tar.gz tanzanite-61955cac8de4c27f2acbcf1c93a1e03df7b8c43a.tar.bz2 tanzanite-61955cac8de4c27f2acbcf1c93a1e03df7b8c43a.zip |
Switch to pnp and use esbuild instead of tsc (#185)
* Switch to pnp and use esbuild instead of tsc
* fix package.json error
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -222,7 +222,12 @@ fabric.properties # Cache file creation bug # See https://youtrack.jetbrains.com/issue/JBR-2257 .idea/$CACHE_FILE$ - +.yarn/cache/* +.yarn/sdks/eslint/* +.yarn/sdks/prettier/* +.yarn/install-state.gz +.yarn/build-state.url +.yarn/releases.gz # CodeStream plugin # https://plugins.jetbrains.com/plugin/12206-codestream .idea/codestream.xml |