diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6915468..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -.DS_Store -.idea -.devcontainer diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index e7f6014..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,20 +0,0 @@ -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 - hooks: - - id: trailing-whitespace - args: ["--markdown-linebreak-ext=md,markdown"] - exclude: \.svg$ - - id: end-of-file-fixer - exclude: \.svg$ - - id: check-yaml - - id: double-quote-string-fixer - exclude: \.svg$ - - repo: https://github.com/gitleaks/gitleaks - rev: v8.26.0 - hooks: - - id: gitleaks - - repo: https://github.com/thoughtworks/talisman - rev: v1.37.0 - hooks: - - id: talisman-commit