From cb1286245ce77cc09da994267f496c0943861a83 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 20 Jul 2025 18:20:31 +0200 Subject: [PATCH] scripts --- .github/config/.files.yaml | 1 - app/core/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/config/.files.yaml b/.github/config/.files.yaml index 4e335b350..6a1d08873 100644 --- a/.github/config/.files.yaml +++ b/.github/config/.files.yaml @@ -23,7 +23,6 @@ project: &project - exampleYmlFiles/** - gradle/** - libs/** - - scripts/** - testing/** - build.gradle - Dockerfile diff --git a/app/core/.gitignore b/app/core/.gitignore index f85be51d5..2b3880de6 100644 --- a/app/core/.gitignore +++ b/app/core/.gitignore @@ -194,3 +194,5 @@ id_ed25519.pub # node_modules node_modules/ + +scripts/**/*