From 373f61c825878ba6c1b749a9d7e76c8ef4fca2e9 Mon Sep 17 00:00:00 2001 From: alvinouille Date: Tue, 10 Jun 2025 20:58:34 +0200 Subject: [PATCH 1/2] fix: trunk gitignore --- .trunk/.gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.trunk/.gitignore b/.trunk/.gitignore index 15966d08..5fdcef86 100644 --- a/.trunk/.gitignore +++ b/.trunk/.gitignore @@ -1,9 +1,9 @@ -*out -*logs -*actions -*notifications -*tools -plugins +out/** +logs/** +actions/** +notifications/** +tools/** +plugins/** user_trunk.yaml user.yaml -tmp +tmp \ No newline at end of file From 7117b8494fc52cf21951f10a22e7e937239072f2 Mon Sep 17 00:00:00 2001 From: alvinouille Date: Tue, 10 Jun 2025 23:34:40 +0200 Subject: [PATCH 2/2] clean trunk --- .gitignore | 5 +++++ .trunk/.gitignore | 14 +++++++------- .trunk/actions | 1 - .trunk/logs | 1 - .trunk/notifications | 1 - .trunk/out | 1 - .trunk/plugins/trunk | 1 - .trunk/tools | 1 - .trunk/trunk.yaml | 1 + 9 files changed, 13 insertions(+), 13 deletions(-) delete mode 120000 .trunk/actions delete mode 120000 .trunk/logs delete mode 120000 .trunk/notifications delete mode 120000 .trunk/out delete mode 120000 .trunk/plugins/trunk delete mode 120000 .trunk/tools diff --git a/.gitignore b/.gitignore index 8273d3d8..c5e154f3 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,8 @@ packages/**/node_modules packages/**/dist /data + +.trunk +!.trunk/trunk.yaml +!.trunk/configs +!.trunk/.gitignore \ No newline at end of file diff --git a/.trunk/.gitignore b/.trunk/.gitignore index 5fdcef86..15966d08 100644 --- a/.trunk/.gitignore +++ b/.trunk/.gitignore @@ -1,9 +1,9 @@ -out/** -logs/** -actions/** -notifications/** -tools/** -plugins/** +*out +*logs +*actions +*notifications +*tools +plugins user_trunk.yaml user.yaml -tmp \ No newline at end of file +tmp diff --git a/.trunk/actions b/.trunk/actions deleted file mode 120000 index b948c395..00000000 --- a/.trunk/actions +++ /dev/null @@ -1 +0,0 @@ -/home/alvinouille/.cache/trunk/repos/2929a4d692738c6d326a4b5f5b306e81/actions \ No newline at end of file diff --git a/.trunk/logs b/.trunk/logs deleted file mode 120000 index 89a98aa2..00000000 --- a/.trunk/logs +++ /dev/null @@ -1 +0,0 @@ -/home/alvinouille/.cache/trunk/repos/2929a4d692738c6d326a4b5f5b306e81/logs \ No newline at end of file diff --git a/.trunk/notifications b/.trunk/notifications deleted file mode 120000 index 864fb907..00000000 --- a/.trunk/notifications +++ /dev/null @@ -1 +0,0 @@ -/home/alvinouille/.cache/trunk/repos/2929a4d692738c6d326a4b5f5b306e81/notifications \ No newline at end of file diff --git a/.trunk/out b/.trunk/out deleted file mode 120000 index cc7288f2..00000000 --- a/.trunk/out +++ /dev/null @@ -1 +0,0 @@ -/home/alvinouille/.cache/trunk/repos/2929a4d692738c6d326a4b5f5b306e81/out \ No newline at end of file diff --git a/.trunk/plugins/trunk b/.trunk/plugins/trunk deleted file mode 120000 index 67924d84..00000000 --- a/.trunk/plugins/trunk +++ /dev/null @@ -1 +0,0 @@ -/home/alvinouille/.cache/trunk/plugins/https---github-com-trunk-io-plugins/v1.7.0-4ebadccd80b22638 \ No newline at end of file diff --git a/.trunk/tools b/.trunk/tools deleted file mode 120000 index fbc92313..00000000 --- a/.trunk/tools +++ /dev/null @@ -1 +0,0 @@ -/home/alvinouille/.cache/trunk/repos/2929a4d692738c6d326a4b5f5b306e81/tools \ No newline at end of file diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 4c20113d..985a31fc 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -23,6 +23,7 @@ lint: - hadolint@2.12.1-beta - markdownlint@0.45.0 - osv-scanner@2.0.2 + - oxipng@9.1.5 - prettier@3.5.3 - taplo@0.9.3 - trufflehog@3.89.0