[feat] 初始化gitea代码AI审核程序

This commit is contained in:
jeffusion
2025-03-14 11:20:02 +08:00
commit dc4fb459b4
18 changed files with 1413 additions and 0 deletions

44
.dockerignore Normal file
View File

@@ -0,0 +1,44 @@
# 版本控制
.git
.gitignore
.gitattributes
# 依赖目录
node_modules
.yarn
.pnp.*
# 构建输出
dist
lib
build
# 开发/测试文件
test*
*.test.ts
jest.config.js
coverage
.vscode
.idea
# 环境文件
.env*
!.env.example
# 日志
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 其他文件
.DS_Store
Thumbs.db
*.gz
*.zip
*.tar
README.md
CHANGELOG.md
LICENSE
docs