Skip to content

Commit e6f4627

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project.
1 parent 7e345fe commit e6f4627

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.gitattributes

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# FreeBasic source file
36+
*.bas linguist-detectable=true
37+
*.bas linguist-documentation=false
38+
*.bas linguist-language=FreeBasic
3539
# Less stylesheet file
3640
*.less linguist-detectable=true
3741
*.less linguist-documentation=false
@@ -164,7 +168,7 @@
164168
# End of linguist script
165169

166170
# 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
171+
# File type: gitattributes file (*.gitattributes)
172+
# File version: 5 (2022, Friday, October 28th at 2:50 pm PST)
173+
# Line count (including blank lines and compiler line): 175
170174
# End of script

0 commit comments

Comments
 (0)