diff --git a/.tfswitchrc b/.tfswitchrc deleted file mode 100644 index 8ed486ab..00000000 --- a/.tfswitchrc +++ /dev/null @@ -1 +0,0 @@ -1.3.7 \ No newline at end of file diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit deleted file mode 100755 index a7151ff6..00000000 --- a/git-hooks/pre-commit +++ /dev/null @@ -1,2 +0,0 @@ -terraform fmt **/*.tf -cd frontend && npm run fmt && cd -