-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
26 lines (25 loc) · 894 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ASP.NET Core dosyaları için tanımlanabilir yap
*.cs linguist-detectable=true
*.cs linguist-language=C#
# Diğer dosya türleri için dil tespitini devre dışı bırak
*.html linguist-detectable=false
*.scss linguist-detectable=false
*.cc linguist-detectable=false
*.js linguist-detectable=false
*.cpp linguist-detectable=false
*.kt linguist-detectable=false
*.rb linguist-detectable=false
*.swift linguist-detectable=false
*.cmake linguist-detectable=false
*.gradle linguist-detectable=false
*.json linguist-detectable=false
*.plist linguist-detectable=false
*.xml linguist-detectable=false
*.xib linguist-detectable=false
*.storyboard linguist-detectable=false
*.manifest linguist-detectable=false
*.entitlements linguist-detectable=false
*..properties linguist-detectable=false
*.xc* linguist-detectable=false
Podfile linguist-detectable=false
CMakeLists.txt linguist-detectable=false