From 3658a90424a5a9f8d436b490e577a9c5d701ee44 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 3 Jun 2025 18:36:07 +0300 Subject: [PATCH] feat: exclude *.module.scss from github stats --- .gitattributes | 1 + .github/workflows/ci.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75e2d18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.module.scss linguist-detectable=false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3271dd2..0499ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ on: - '.env*' - 'LICENSE' - 'COPYING' + - '.git*' pull_request: branches: [ "main", "deps" ] paths-ignore: @@ -23,6 +24,7 @@ on: - '.env*' - 'LICENSE' - 'COPYING' + - '.git*' workflow_dispatch: inputs: push: