| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- # See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
- # Compiled output
- /dist
- /tmp
- /out-tsc
- /bazel-out
- # Node
- /node_modules
- node_modules_artifact
- node_modules_artifact/**
- npm-debug.log
- yarn-error.log
- *.log
- *.err.log
- output/
- /outputs/
- .playwright-cli/
- # IDEs and editors
- .idea/
- .project
- .classpath
- .c9/
- *.launch
- .settings/
- *.sublime-workspace
- # Visual Studio Code
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- .history/*
- # Miscellaneous
- /.angular/cache
- .sass-cache/
- /connect.lock
- /coverage
- /libpeerconnection.log
- testem.log
- /typings
- # System files
- .DS_Store
- Thumbs.db
- *.ovpn
- /docs/provider-archives
- /exports
- /uploads
- # Local agent / machine-specific (not for VCS)
- .claude/
- .mcp.json
- _relcheck.ps1
- # 原始喂养资料(大文件 + 业务敏感,不进 VCS)
- /docs/20260813 - AI提号规则及喂养资料/
- # 本地临时调试目录
- /_devin_tmp/
- # 临时发布脚本(含本机 token,不进 VCS)
- /_pub_*.bat
- /_pub_*.ps1
|