Skip to content

Commit

Permalink
Merge pull request #21 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 50e1a57 + da7616c commit bf3a9bc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Auto detect text files and perform LF normalization
* text = auto
*.cs linguist-language = csharp
*.cpp linguist-language = C++
*.hpp linguist-language = C++
*.h linguist-language = C
*.rc linguist-language = Assembly
CMakeLists.txt linguist-language = CMake
* text=auto
*.cs linguist-language=csharp
*.cpp linguist-language=C++
*.hpp linguist-language=C++
*.h linguist-language=C
*.rc linguist-language=Assembly
CMakeLists.txt linguist-language=CMake

#ignore dirs/files
DragonBurn/Resources/* linguist-vendored
DragonBurn/OS-ImGui/* linguist-vendored
DragonBurn/Utils/yaml-cpp/* linguist-vendored
DragonBurn/OS-ImGui/* linguist-vendored
DragonBurn/Utils/yaml-cpp/* linguist-vendored

0 comments on commit bf3a9bc

Please sign in to comment.