From e4ec863b09014434cb84835897bc4783268eac79 Mon Sep 17 00:00:00 2001 From: robgit21 Date: Sun, 10 May 2026 12:15:49 +0200 Subject: [PATCH] Add .gitignore and pnpm workspace configuration --- .gitignore | 5 +++++ pnpm-workspace.yaml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 pnpm-workspace.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c251d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +dist +.vs +.idea +*.db diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..06b6051 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +packages: + - "apps/*"