Skip to content

Commit

Permalink
Merge pull request #25 from ByteCorum/ByteCorum-patch-1
Browse files Browse the repository at this point in the history
Update .gitattributes
  • Loading branch information
ByteCorum authored Apr 8, 2024
2 parents 87e54e0 + 19800a6 commit 44e41b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ CMakeLists.txt text diff=CMake

*.md linguist-language=Markdown
*.md linguist-detectable=true
*.md linguist-vendored=false
*.md linguist-generated=false
*.md linguist-documentation=false

*.cs linguist-language=CSharp
*.cs linguist-detectable=true
Expand All @@ -48,9 +51,15 @@ CMakeLists.txt text diff=CMake

*.rc linguist-language=Assembly
*.rc linguist-detectable=true
*.rc linguist-vendored=false
*.rc linguist-generated=false
*.rc linguist-documentation=false

CMakeLists.txt linguist-language=CMake
CMakeLists.txt linguist-detectable=true
CMakeLists.txt linguist-vendored=false
CMakeLists.txt linguist-generated=false
CMakeLists.txt linguist-documentation=false


#Ignore dirs/files
Expand Down

0 comments on commit 44e41b4

Please sign in to comment.