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/**/*