Add a root README that explains the active runtime layers and onboarding path, and keep local OMX session state out of version control so developer tooling does not interfere with pulls. Constraint: Local OMX state is developer-specific and should not block branch sync or appear in shared history Rejected: Keep onboarding notes untracked | easy to lose and hard to share with the team Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep the README aligned with the active app/backend-java/frontend-vue execution path; revisit if the runtime architecture changes Tested: git diff review; git status after staging Not-tested: lint, typecheck, unit/integration tests not run (docs and ignore rules only)
47 lines
835 B
Plaintext
47 lines
835 B
Plaintext
# frontend-vue dependencies
|
|
frontend-vue/node_modules/
|
|
|
|
# frontend-vue build output
|
|
frontend-vue/dist/
|
|
frontend-vue/new_web_source
|
|
|
|
# generated type declarations
|
|
frontend-vue/auto-imports.d.ts
|
|
frontend-vue/components.d.ts
|
|
|
|
# logs
|
|
frontend-vue/npm-debug.log*
|
|
frontend-vue/yarn-debug.log*
|
|
frontend-vue/yarn-error.log*
|
|
frontend-vue/pnpm-debug.log*
|
|
|
|
# backend-java build output
|
|
backend-java/target/
|
|
|
|
# backend-java runtime data
|
|
backend-java/data/
|
|
backend-java/*.log
|
|
backend-java/logs/
|
|
logs/
|
|
aiimage-backend.log*
|
|
backend/tmp/
|
|
|
|
# backend-java local config
|
|
backend-java/src/main/resources/application-local.yml
|
|
|
|
# backend-java IDE files
|
|
backend-java/.idea/
|
|
backend-java/*.iml
|
|
|
|
# desktop app
|
|
desktop/
|
|
ERP-Demo/
|
|
xlsx/
|
|
app/__pycache__
|
|
backend/__pycache__
|
|
app/assets/
|
|
app/new_web_source
|
|
app/user_data/
|
|
OPS_REDIS_MYSQL_OPTIMIZATION_NOTES.md
|
|
.omx/
|