File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
OldVersions/GITATTRIBUTES/1/1-100 Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 3232*.css linguist-detectable =true
3333*.css linguist-documentation =false
3434*.css linguist-language =CSS
35+ # TypeScript source file
36+ *.ts linguist-detectable =true
37+ *.ts linguist-documentation =false
38+ *.ts linguist-language =TypeScript
39+ *.tsx linguist-detectable =true
40+ *.tsx linguist-documentation =false
41+ *.tsx linguist-language =TypeScript
3542# Less stylesheet file
3643*.less linguist-detectable =true
3744*.less linguist-documentation =false
161168*.gif linguist-detectable =false
162169*.gif linguist-documentation =false
163170*.gif linguist-language =GIF
171+
164172# End of linguist script
165173
166174# File info
167- # File type: gitattributes file (.gitattributes)
168- # File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
169- # Line count (including blank lines and compiler line): 171
175+
176+ # File type: gitattributes file (*.gitattributes)
177+ # File version: 5 (2023, Monday, August 21st at 3:20 pm PST)
178+ # Line count (including blank lines and compiler line): 181
179+
170180# End of script
You can’t perform that action at this time.
0 commit comments