We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41082d0 commit 5fed9c1Copy full SHA for 5fed9c1
.gitattributes
@@ -36,6 +36,9 @@
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
42
# JSON (JavaScript Object Notation) source file
43
*.json linguist-detectable=false
44
*.json linguist-documentation=false
@@ -174,6 +177,6 @@
174
177
175
178
# File info
176
179
# File type: gitattributes file (*.gitattributes)
-# File version: 3 (2022, Saturday, October 15th at 3:38 pm PST)
-# Line count (including blank lines and compiler line): 180
180
+# File version: 4 (2022, Saturday, October 15th at 5:00 pm PST)
181
+# Line count (including blank lines and compiler line): 183
182
# End of script
0 commit comments