From 0a75bacccb006dc4b150b15fd9b6d2815c663124 Mon Sep 17 00:00:00 2001 From: TyFonDev Date: Wed, 10 Jan 2024 19:58:33 -0300 Subject: [PATCH] chore: .husky and .bundle is added to gitignore --- .bundle/config | 2 -- .gitignore | 8 +++++++- .husky/commit-msg | 4 ---- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .bundle/config delete mode 100755 .husky/commit-msg diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 848943b..0000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ -BUNDLE_PATH: "vendor/bundle" -BUNDLE_FORCE_RUBY_PLATFORM: 1 diff --git a/.gitignore b/.gitignore index 8a9caf3..3d3978f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,10 @@ yarn-error.log .metro-health-check* # testing -/coverage +coverage + +# VSCode +.vscode + +# Husky +.husky diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index c160a77..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx --no -- commitlint --edit ${1}