-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
35 lines (31 loc) · 978 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
27
28
29
30
31
32
33
34
*.lock linguist-generated
*.lockfile linguist-generated
docs/* linguist-generated
dokka/* -linguist-detectable
*.java text diff=java
*.kt text diff=kotlin
*.kts text diff=kotlin
*.groovy text diff=java
*.scala text diff=java
*.gradle text diff=java
*.gradle.kts text diff=kotlin
*.css text diff=css -linguist-detectable
*.scss text diff=css -linguist-detectable
*.sass text -linguist-detectable
*.ftl text -linguist-detectable
*.properties text
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary
*.jks binary
mvnw text eol=lf
gradlew text eol=lf
*.gitattributes text
.gitignore text
*.md text diff=markdown
.gitattributes export-ignore
.gitignore export-ignore
*.gitattributes linguist-language=gitattributes