From e78a7078813697aaf314f87ca510db0eeb6d43d5 Mon Sep 17 00:00:00 2001 From: Corbin Wunderlich Date: Thu, 28 Nov 2024 10:37:19 -0500 Subject: [PATCH] Remove .husky and nonexistent node_modules from .gitignore --- .gitignore | 3 --- .husky/.gitignore | 1 - .husky/pre-commit | 4 ---- 3 files changed, 8 deletions(-) delete mode 100644 .husky/.gitignore delete mode 100755 .husky/pre-commit diff --git a/.gitignore b/.gitignore index c79e5d43..287fa283 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,3 @@ /install /dist /MANIFEST - -# third-party libraries: -/node_modules diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec1..00000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 36af2198..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx lint-staged