mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
f1f0b9fe75
Move the complete research domain from docs/research to root-level research, update indexes and path-aware tooling, and align raw snapshot governance and CODEOWNERS.\n\nVerified with make test and GitHub CI.
11 lines
436 B
Plaintext
11 lines
436 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.
|
|
research/**/raw/*.raw.* -whitespace
|