Skip to content

Commit 5cf17e7

Browse files
authored
.gitattributes [V3]
Version 3 of the gitattributes file for this project.
1 parent 687888c commit 5cf17e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .gitattributes

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35-
# BitBake source file
36-
*.bb linguist-detectable=true
37-
*.bb linguist-documentation=false
38-
*.bb linguist-language=BitBake
35+
# Java source file
36+
*.java linguist-detectable=true
37+
*.java linguist-documentation=false
38+
*.java linguist-language=Java
3939
# JSON (JavaScript Object Notation) source file
4040
*.json linguist-detectable=false
4141
*.json linguist-documentation=false
@@ -174,6 +174,6 @@
174174

175175
# File info
176176
# File type: gitattributes file (.gitattributes)
177-
# File version: 2 (2022, Tuesday, August 30th at 2:34 pm PST)
177+
# File version: 3 (2022, Tuesday, October 4th at 2:11 pm PST)
178178
# Line count (including blank lines and compiler line): 180
179179
# End of script

0 commit comments

Comments
 (0)