forked from ShadowMario/FNF-PsychEngine
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (18 loc) · 751 Bytes
/
.gitattributes
File metadata and controls
21 lines (18 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Auto detect text files and perform LF normalization
* text=auto
# Mark library/third-party code as vendored to exclude from language stats
source/flixel/** linguist-vendored
source/flxanimate/** linguist-vendored
source/lime/** linguist-vendored
# Ensure Haxe, Kotlin and C/C++ are properly detected
*.hx linguist-language=Haxe linguist-detectable
*.kt linguist-language=Kotlin linguist-detectable
*.c linguist-language=C linguist-detectable
*.h linguist-language=C linguist-detectable
*.cpp linguist-language=C++ linguist-detectable
*.hpp linguist-language=C++ linguist-detectable
source/kotlin/** linguist-detectable
source/funkin/external/** linguist-detectable
# Documentation files
*.md linguist-documentation
docs/** linguist-documentation