Add .gitignore and pnpm workspace configuration
Deploy Portfolio / deploy (push) Failing after 6s

This commit is contained in:
2026-05-10 12:15:49 +02:00
parent 2de8609d3c
commit e4ec863b09
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
node_modules
dist
.vs
.idea
*.db
+2
View File
@@ -0,0 +1,2 @@
packages:
- "apps/*"