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}