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

43
.gitignore vendored
View File

@ -39,3 +39,46 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
.nyc_output/
# eslint cache
.eslintcache
# Storybook build outputs
.out
.storybook-out
storybook-static/
# Temporary folders
tmp/
temp/
# Logs
logs
*.log
lerna-debug.log*