From 1e5c025a1ce6880450bd590f951bf631475bc598 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:45:18 +0800 Subject: [PATCH] chore(vcs): improve git-ignore entries --- .gitignore | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 9735d33..301b844 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,19 @@ -# hidden files -.* -!.git* -!.editorconfig -!.nojekyll -!.husky -!.commitlintrc.json -!.versionrc.json -!.stylelintrc.json - -# bundler cache -_site +# Bundler cache +.bundle vendor Gemfile.lock -# rubygem +# Jekyll cache +.jekyll-cache +_site + +# RubyGems *.gem # npm dependencies node_modules package-lock.json + +# IDE configurations +.idea +.vscode