-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (20 loc) · 940 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (20 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# GitHub Linguist reports Robonix product code in every implementation language,
# including Rust, Python, shell scripts, and frontend code. Only non-product
# material is excluded from the language bar; all files remain reviewable.
# Tests and evaluation infrastructure.
**/tests/** linguist-detectable=false
**/test/** linguist-detectable=false
**/__tests__/** linguist-detectable=false
**/test_*.* linguist-detectable=false
**/*_test.* linguist-detectable=false
**/*.test.* linguist-detectable=false
**/*.spec.* linguist-detectable=false
testing/** linguist-detectable=false
**/benchmarks/** linguist-detectable=false
**/benchmark/** linguist-detectable=false
# Examples, fixtures, generated outputs, and local build artifacts.
examples/** linguist-detectable=false
**/fixtures/** linguist-detectable=false
**/generated/** linguist-detectable=false
**/proto_gen/** linguist-detectable=false
**/rbnx-build/** linguist-detectable=false