-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (20 loc) · 713 Bytes
/
.gitattributes
File metadata and controls
23 lines (20 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Templates
templates/**/*.c.erb linguist-language=C
templates/**/*.cpp.erb linguist-language=C++
templates/**/*.h.erb linguist-language=C
templates/**/*.java.erb linguist-language=Java
templates/**/*.js.erb linguist-language=JavaScript
templates/**/*.rb.erb linguist-language=Ruby
templates/**/*.rs.erb linguist-language=Rust
templates/**/*.ts.erb linguist-language=TypeScript
# Template-generated RBS files
sig/**/*.rbs linguist-generated
# Test files
**/test/** linguist-vendored
**/snapshots/** linguist-generated
**/__snapshots__/** linguist-generated
# Documentation files
*.md linguist-documentation
docs/** linguist-documentation
playground/** linguist-documentation
.doxygen/** linguist-documentation