mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
22 lines
476 B
Plaintext
22 lines
476 B
Plaintext
# Exclude HTML
|
|
*.html linguist-detectable=false
|
|
*.htm linguist-detectable=false
|
|
|
|
# Exclude Kotlin
|
|
*.kt linguist-detectable=false
|
|
*.kts linguist-detectable=false
|
|
|
|
# Exclude JavaScript
|
|
*.js linguist-detectable=false
|
|
*.jsx linguist-detectable=false
|
|
*.mjs linguist-detectable=false
|
|
*.cjs linguist-detectable=false
|
|
|
|
# Exclude Ruby
|
|
*.rb linguist-detectable=false
|
|
Podfile linguist-detectable=false
|
|
Gemfile linguist-detectable=false
|
|
|
|
# Exclude Swift
|
|
*.swift linguist-detectable=false
|