From 91d6264b9ffc53e32363403a151c45b4b9103ceb Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 6 Jun 2024 12:07:49 +0200 Subject: [PATCH] ignore downloaded artifact --- dist/linux/appimage/.gitignore | 4 +++- dist/mac/dmg/.gitignore | 6 ++++-- dist/win/.gitignore | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dist/linux/appimage/.gitignore b/dist/linux/appimage/.gitignore index 1ed40c771..3e0cd2a39 100644 --- a/dist/linux/appimage/.gitignore +++ b/dist/linux/appimage/.gitignore @@ -1,4 +1,6 @@ -# created during build +# downloaded/created during build +openjfx-jmods.zip +*.jmod Cryptomator.AppDir *.AppImage *.AppImage.zsync \ No newline at end of file diff --git a/dist/mac/dmg/.gitignore b/dist/mac/dmg/.gitignore index cdc73d89b..ebc5e2c5e 100644 --- a/dist/mac/dmg/.gitignore +++ b/dist/mac/dmg/.gitignore @@ -1,6 +1,8 @@ -# created during build +# downloaded/created during build Cryptomator.app/ runtime/ dmg/ *.dmg -license.rtf \ No newline at end of file +license.rtf +openjfx-jmods.zip +*.jmod \ No newline at end of file diff --git a/dist/win/.gitignore b/dist/win/.gitignore index 32316fd59..7b2faa4b5 100644 --- a/dist/win/.gitignore +++ b/dist/win/.gitignore @@ -6,4 +6,5 @@ installer *.msi *.exe *.jmod +resources/jfxJmods.zip license.rtf \ No newline at end of file