mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
a8099f52fe
- add local external resources registry - add research domain contract and per-repository research domains - add raw fact snapshot governance and validation scripts Validation: - make test - git diff --check HEAD~1..HEAD Note: - welcome workflow failed because its action input names are stale; core content CI passed.
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
# GitHub Linguist classification
|
|
#
|
|
# tools/external/ stores third-party tools and external snapshots. Keep them
|
|
# visible in the repository, but do not let their implementation languages
|
|
# dominate the main repository language statistics.
|
|
tools/external/** linguist-vendored
|
|
|
|
# Research raw snapshots preserve external source text; do not normalize
|
|
# upstream whitespace in these captured artifacts.
|
|
docs/research/**/raw/*.raw.* -whitespace
|