feat(ci): add CI/CD pipeline configuration and tests

This commit is contained in:
2025-05-27 12:42:51 +02:00
parent 1688849521
commit 9b7d001611
18 changed files with 1841 additions and 127 deletions

31
.prettierignore Normal file
View File

@ -0,0 +1,31 @@
# Dependencies
node_modules/
.pnp
.pnp.js
# Build outputs
.next/
out/
build/
dist/
# Environment variables
.env*
# Testing
coverage/
# Misc
.DS_Store
*.tsbuildinfo
next-env.d.ts
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Lock files
package-lock.json
yarn.lock
bun.lock