init: 2026Technology-Competition initial commit

This commit is contained in:
xunhe
2026-08-27 17:35:01 +08:00
commit e2a4d40c9e
311 changed files with 37037 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Java
backend/**/target/
backend/**/*.class
*.jar
*.war
# Node
frontend/node_modules/
frontend/dist/
# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Env
.env.local
.env.production.local
# Logs & build artifacts
backend/*.log*
frontend/*.log*
backend-run.log
frontend/e2e/*.log*
frontend/tsconfig.tsbuildinfo
frontend/test-results/
frontend/e2e/playwright-report/