Docker / build (push) Failing after 19s
Локальный .cursor/mcp.json в gitignore; в репо остаётся mcp.json.example без секрета. Co-authored-by: Cursor <cursoragent@cursor.com>
42 lines
481 B
Plaintext
42 lines
481 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
data
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
|
|
# Local MCP configs (may contain REUI license Bearer)
|
|
.cursor/mcp.json
|
|
.codegraph/daemon.pid
|
|
|
|
# pnpm
|
|
.pnpm-store
|
|
coverage
|
|
*.tsbuildinfo
|
|
|
|
# Understand Anything (knowledge graph)
|
|
.understand-anything/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|