From e8a1e07b68d9f9dbc928cde8fb02439b92fd8b34 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 9 Aug 2022 09:14:47 +1000 Subject: [PATCH] fix: build do not add files in linux, win and mac dist/subfolders --- .eslintignore | 1 + .gitignore | 1 + .prettierignore | 3 ++- about.html | 2 +- background.html | 2 +- debug_log.html | 2 +- package.json | 31 ++++++++++++++++++++++--------- password.html | 2 +- 8 files changed, 30 insertions(+), 14 deletions(-) diff --git a/.eslintignore b/.eslintignore index f625c00b0..36c3896d9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,3 +9,4 @@ ts/**/*.js playwright.config.js preload.js +stylesheets/dist/ diff --git a/.gitignore b/.gitignore index e4f4c89ef..4642403c1 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ test-results/ .nyc_output coverage/ +stylesheets/dist/ diff --git a/.prettierignore b/.prettierignore index ee535ef82..4880a99f1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -25,4 +25,5 @@ playwright.config.js # Coverage release/** .nyc_output/ -coverage/ \ No newline at end of file +coverage/ +stylesheets/dist/** \ No newline at end of file diff --git a/about.html b/about.html index 75fe0e1b8..6cf866743 100644 --- a/about.html +++ b/about.html @@ -14,7 +14,7 @@ script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';" /> - +