ソースを参照

ignore downloaded artifact

Armin Schrenk 10 ヶ月 前
コミット
91d6264b9f
3 ファイル変更8 行追加3 行削除
  1. 3 1
      dist/linux/appimage/.gitignore
  2. 4 2
      dist/mac/dmg/.gitignore
  3. 1 0
      dist/win/.gitignore

+ 3 - 1
dist/linux/appimage/.gitignore

@@ -1,4 +1,6 @@
-# created during build
+# downloaded/created during build
+openjfx-jmods.zip
+*.jmod
 Cryptomator.AppDir
 *.AppImage
 *.AppImage.zsync

+ 4 - 2
dist/mac/dmg/.gitignore

@@ -1,6 +1,8 @@
-# created during build
+# downloaded/created during build
 Cryptomator.app/
 runtime/
 dmg/
 *.dmg
-license.rtf
+license.rtf
+openjfx-jmods.zip
+*.jmod

+ 1 - 0
dist/win/.gitignore

@@ -6,4 +6,5 @@ installer
 *.msi
 *.exe
 *.jmod
+resources/jfxJmods.zip
 license.rtf