This commit is contained in:
2025-08-17 13:21:01 +02:00
commit c988d51438
51 changed files with 5742 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Node
node_modules
.next
out
package-lock.json
yarn.lock
pnpm-lock.yaml
# Testing
test-results/
playwright-report/
playwright/.cache/
coverage/
# Env
.env.local
.env
.DS_Store
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*