From ad10f4fd6ab3f541056a0f718141ebbc87e436a8 Mon Sep 17 00:00:00 2001 From: Anton Korotkov Date: Sat, 15 Oct 2022 20:17:14 +0200 Subject: [PATCH] ignore build files --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4a713a9..eb05ff9 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,9 @@ "author": "Anton Korotkov", "license": "MIT", "build": { + "files": [ + "!.env" + ], "appId": "com.elastron.www", "afterSign": "notarize.js", "mac": {