From e17187f3c6c68d778c42cbfbb438ba164f1aebff Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Fri, 29 Dec 2023 17:44:55 +0100 Subject: [PATCH] ci: github actions --- .gitignore | 11 +++++++++++ .npmrc | 1 + 2 files changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac7211b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.DS_Store +node_modules +/build +/dist +/.svelte-kit +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-* diff --git a/.npmrc b/.npmrc index b6f27f1..0c05da4 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true +resolution-mode=highest