feat: test gitea actions with a real build!
All checks were successful
Build and test / Build (push) Successful in 2m10s

This commit is contained in:
Muyao CHEN
2024-10-08 23:22:00 +02:00
parent cc505e5a74
commit 8e73dc5f0b
5 changed files with 117 additions and 5 deletions

30
web/.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tsbuildinfo