Update .gitattributes
This commit is contained in:
parent
b4960d1e5f
commit
e845dc8397
5
docs/.gitattributes
vendored
5
docs/.gitattributes
vendored
@ -1,5 +0,0 @@
|
|||||||
# This is just so that GitHub shows the language "Swift" as the repo language.
|
|
||||||
# I don't want it to say Kotlin, so I tell it that .png files are also accounting for Swift % lol.
|
|
||||||
static/**/*.png linguist-language=Swift
|
|
||||||
static/**/*.gif linguist-language=Swift
|
|
||||||
static/**/*.mp4 linguist-language=Swift
|
|
1
package/.gitattributes
vendored
1
package/.gitattributes
vendored
@ -1,2 +1 @@
|
|||||||
ios/**/*.h linguist-language=Objective-C++
|
ios/**/*.h linguist-language=Objective-C++
|
||||||
ios/**/*.m linguist-language=Objective-C++
|
|
||||||
|
3
package/android/src/main/java/com/mrousavy/camera/extensions/.gitattributes
vendored
Normal file
3
package/android/src/main/java/com/mrousavy/camera/extensions/.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# This is just so that GitHub shows the language "Swift" as the repo language.
|
||||||
|
# I don't want it to say Kotlin, so I tell it that some .kt files here are also accounting for Swift % lol.
|
||||||
|
*.kt linguist-language=Swift
|
Loading…
Reference in New Issue
Block a user