diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-06 21:17:00 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-06 21:17:00 -0500 |
commit | 0e717d9e5c35d72bc9e5ba1b4fc6d3e0ac286e9b (patch) | |
tree | d229c7b1db55feb074c49e982f5e3439cfde03c7 /.gitignore | |
parent | f5b949e8dcaa44536b323754991b97c71ec263c7 (diff) | |
download | tanzanite-0e717d9e5c35d72bc9e5ba1b4fc6d3e0ac286e9b.tar.gz tanzanite-0e717d9e5c35d72bc9e5ba1b4fc6d3e0ac286e9b.tar.bz2 tanzanite-0e717d9e5c35d72bc9e5ba1b4fc6d3e0ac286e9b.zip |
update deps
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -16,22 +16,14 @@ dist .idea -# Cache file creation bug -.yarn/cache/* -.yarn/sdks/eslint/* -.yarn/sdks/prettier/* -.yarn/install-state.gz -.yarn/build-state.url -.yarn/releases.gz - # yarn .pnp.* .yarn/* -!.yarn/releases +!.yarn/patches !.yarn/plugins +!.yarn/releases !.yarn/sdks !.yarn/versions -!.yarn/cache # Options and credentials for the bot src/config/options.ts |