mirror of https://gitlab.com/m3f_usm/SmartStopAPK
chore: .husky and .bundle is added to gitignore
parent
56dcf99639
commit
0a75bacccb
|
@ -1,2 +0,0 @@
|
|||
BUNDLE_PATH: "vendor/bundle"
|
||||
BUNDLE_FORCE_RUBY_PLATFORM: 1
|
|
@ -64,4 +64,10 @@ yarn-error.log
|
|||
.metro-health-check*
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
coverage
|
||||
|
||||
# VSCode
|
||||
.vscode
|
||||
|
||||
# Husky
|
||||
.husky
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit ${1}
|
Loading…
Reference in New Issue