Skip to content

Commit 91edb19

Browse files
authored
README.cfg [V5]
1 parent 66a37a2 commit 91edb19

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

OldVersions/GITATTRIBUTES/1/1-100/README.cfg

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
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
@@ -161,10 +168,13 @@
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

0 commit comments

Comments
 (0)