mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
Add generic publish pipeline that supports both internal and external publishing via environment variables, without leaking any internal URLs or tool references into the public repository.
34 lines
No EOL
383 B
Text
34 lines
No EOL
383 B
Text
# IDEA
|
|
.idea/*
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
dist/
|
|
.claude/
|
|
CLAUDE.md
|
|
pages/package-lock.json
|
|
scripts/hooks/
|
|
scripts/publish/.env.internal
|
|
CHANGELOG.md
|
|
|
|
vendor/
|
|
temp/
|
|
|
|
# Ignore downloaded Go binary, but keep JS entry point
|
|
!bin/ocr.js
|
|
bin/opencodereview
|
|
|
|
/opencodereview
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
|
|
# Eclipse git ignore#
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.factorypath
|
|
|
|
*.run.xml
|
|
**/spoon.classpath.tmp |