Skip to content

Commit 000cf40

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project.
1 parent 27a058b commit 000cf40

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitattributes

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# IronPython source file
36+
*.py linguist-detectable=true
37+
*.py linguist-documentation=false
38+
*.py linguist-language=Python
39+
# *.py linguist-language=IronPython # Not worth it yet
3540
# Less stylesheet file
3641
*.less linguist-detectable=true
3742
*.less linguist-documentation=false
@@ -164,7 +169,7 @@
164169
# End of linguist script
165170

166171
# 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
172+
# File type: gitattributes file (*.gitattributes)
173+
# File version: 5 (2022, Friday, October 7th at 3:39 pm PST)
174+
# Line count (including blank lines and compiler line): 176
170175
# End of script

0 commit comments

Comments
 (0)