chore: .husky and .bundle is added to gitignore

master
TyFonDev 2024-01-10 19:58:33 -03:00
parent 56dcf99639
commit 0a75bacccb
3 changed files with 7 additions and 7 deletions

View File

@ -1,2 +0,0 @@
BUNDLE_PATH: "vendor/bundle"
BUNDLE_FORCE_RUBY_PLATFORM: 1

8
.gitignore vendored
View File

@ -64,4 +64,10 @@ yarn-error.log
.metro-health-check*
# testing
/coverage
coverage
# VSCode
.vscode
# Husky
.husky

View File

@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit ${1}