FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gitattributes/Java.gitattributes at master · gitattributes/gitattributes · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitattributes
/
gitattributes
Public
Notifications
You must be signed in to change notification settings
Fork
594
Star
3.8k
Code
Issues
13
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
gitattributes
/
Java.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (39 loc) · 1.13 KB
Breadcrumbs
gitattributes
/
Java.gitattributes
Copy path
File metadata and controls
43 lines (39 loc) · 1.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
35
36
37
38
39
40
41
42
43
#
Java sources
*
.java
text
diff
=
java
*
.kt
text
diff
=
kotlin
*
.groovy
text
diff
=
java
*
.scala
text
diff
=
java
*
.gradle
text
diff
=
java
*
.gradle.kts
text
diff
=
kotlin
#
These files are text and should be normalized (Convert crlf => lf)
*
.css
text
diff
=
css
*
.scss
text
diff
=
css
*
.sass
text
*
.df
text
*
.htm
text
diff
=
html
*
.html
text
diff
=
html
*
.js
text
*
.mjs
text
*
.cjs
text
*
.jsp
text
*
.jspf
text
*
.jspx
text
*
.properties
text
*
.tld
text
*
.tag
text
*
.tagx
text
*
.xml
text
#
These files are binary and should be left untouched
#
(binary is a macro for -text -diff)
*
.class
binary
*
.dll
binary
*
.ear
binary
*
.jar
binary
*
.so
binary
*
.war
binary
*
.jks
binary
#
Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes')
mvnw
text
eol
=
lf
gradlew
text
eol
=
lf
#
These are explicitly windows files and should use crlf
*
.bat
text
eol
=
crlf
Back
|
FazBrowse Home
|
New Git URL