From f830bab4ec14f3fe814962a6a2dee180149c3a6a Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 20 Sep 2021 19:43:18 +0000 Subject: The Whole Barnshow Commit - Use yarn-berry instead of npm, with Zero Install feature and goodies - Add `initializeToken` to post unique token to logs on startup - Package upgrades - Fix index.html.template tests I will never do this again --- .dockerignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index 19c00e6..e0c277d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,13 @@ docs example_reports .env* dist -node_modules \ No newline at end of file +node_modules +tsconfig.tsbuildinfo +.yarn/* +!.yarn/cache +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions +.pnp.* -- cgit