diff --git a/.gitea/workflows/detect.yml b/.gitea/workflows/detect.yml index 94ee917..9897d3b 100644 --- a/.gitea/workflows/detect.yml +++ b/.gitea/workflows/detect.yml @@ -21,5 +21,5 @@ jobs: - name: "Files Root Project" run: | - find . -type f | sed 's|^\./||' | jq -R . | jq -s . + find . -type f ! -path "./.git/*" | sed 's|^\./||' | jq -R . | jq -s . \ No newline at end of file