From 47a2dd313b28a90fb95b932e4c11c7e3aa260dbe Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Sat, 14 Dec 2024 17:35:04 +0200 Subject: [PATCH] fixing .gitignore and syncignore files --- .github/.syncignore | 2 ++ .gitignore | 8 ++++---- scripts/.syncignore | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/.syncignore b/.github/.syncignore index 0d39fac5..8903f275 100644 --- a/.github/.syncignore +++ b/.github/.syncignore @@ -1,3 +1,5 @@ CODEOWNERS workflows/update-dependencies-from-metadata.yml +workflows/push-buildpackage.yml +workflows/create-draft-release.yml scripts/publish.sh diff --git a/.gitignore b/.gitignore index 3cf6d22b..bf3b38da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .DS_Store .idea /build -bin/ -linux/ -darwin/ -windows/ \ No newline at end of file +/bin +/linux +/darwin +/windows \ No newline at end of file diff --git a/scripts/.syncignore b/scripts/.syncignore index 808fb583..0fb89bb8 100644 --- a/scripts/.syncignore +++ b/scripts/.syncignore @@ -1,3 +1,4 @@ options.json build.sh -package.sh \ No newline at end of file +package.sh +publish.sh \ No newline at end of file