From 064a5c0dc74d0ea416cd435449d031002fc26059 Mon Sep 17 00:00:00 2001 From: Hyeon Kim Date: Tue, 8 Oct 2024 22:59:50 +0900 Subject: [PATCH] Remove redundant files --- .gitattributes | 7 ------- .vim/coc-settings.json | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .vim/coc-settings.json diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 18a8483..0000000 --- a/.gitattributes +++ /dev/null @@ -1,7 +0,0 @@ -/.yarn/releases/** binary linguist-generated -/.yarn/plugins/** binary linguist-generated -/.yarn/cache/** linguist-vendored -/.yarn/sdks/** binary linguist-generated -/.yarn/pnpify/typescript/** binary linguist-generated -/.yarn/pnpify/eslint/** binary linguist-generated -/.pnp.js binary linguist-generated diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json deleted file mode 100644 index ac8f0b0..0000000 --- a/.vim/coc-settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "tsserver.tsdk": ".yarn/sdks/typescript/lib" -}