1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Commit Graph

25 Commits

Author SHA1 Message Date
Nelson Osacky
a5244cbd8e
Add handling for windows .bat files
This is based on this line in the Gradle/gradle repo: https://github.com/gradle/gradle/blob/master/.gitattributes#L9
2025-01-21 13:43:56 +01:00
Edwin Kofler
ea16268dd4 Add JavaScript .cjs and .mjs extensions 2023-12-10 19:01:52 -08:00
Alexander Karatarakis
b771d56f2e Add missing newline 2023-03-20 22:36:01 -07:00
Daniel Rothmaler
695406f496 Add Config for Maven-/Gradle-Wrapper-Scripts
Maven and Gradle provide quite common wrapper scripts to use them
without explicitly installing them before.
This is done by `mvnw` and `gradlew` shell scripts,
without an explicit `.sh` extension.
The Windows versions of the scripts to contain the `.cmd` extension,
so there is no need to handle them explicitly.
2023-03-10 18:06:29 +01:00
Heiko Does
f9d4f966b7
Use Kotlin diff (#164) 2022-05-14 15:26:03 +12:00
Felix Lampe
6ea1991051
Add Kotlin, Groovy, Scala and Sass to Java (#144) 2021-09-08 12:23:46 +12:00
Gert Vilain
ea85312b64
Add jks extension as a binary 2020-05-04 15:46:40 +02:00
mig4
b7c0d53361
Rebalance Java and Common
Remove duplicated rules from `Java`, and move those that make sense to
`Common`. This way both rules files can be used together, and the
settings for more generic files like shell scripts, JSON, YAML can be
more easily applied to other types of projects.

Add settings that ensure Windows based scripts (`.bat` and `.cmd`) end
with CRLF.
2019-07-13 21:06:52 +01:00
Richie Bendall
518592ee3b
Proper sh line endings and added bash support 2019-04-21 13:32:14 +12:00
Richie Bendall
3bbc79c5e7
Format gitattributes files 2019-04-20 12:35:18 +12:00
Richie Bendall
9f34a04b3c
Fix java diff 2019-04-19 10:57:15 +12:00
Alexander Karatarakis
0f6c2ca29c
Merge pull request #89 from Richienb/patch-3
Add CSS diff support
2019-04-17 15:51:28 -07:00
Richie Bendall
ea69e9e467 Add CSS diff support 2019-03-09 15:11:32 +13:00
Richie Bendall
3766233431
Added Java diffs 2019-03-09 14:57:21 +13:00
kr-zephyr
c08b42fb39 add *.yml 2017-03-30 12:46:27 +09:00
Peter Stibrany
0113b546d6 Add .jspx, .tag and .tagx, used in J2EE projects 2016-11-22 11:30:01 +01:00
pazkooda
199fb63b39 Remove *.svg - duplicate of 'common', should be 'binary' 2016-04-12 11:41:42 +02:00
Alexander Karatarakis
6de1b0b544 Remove some duplicates between Common and Java/Web gitattributes
Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
2015-01-13 23:59:43 +02:00
Michael Ala
0ca5e983d3 Update Java.gitattributes
Removed duplicate *.sql entry
2015-01-11 23:44:03 -05:00
Hendy Irawan
1734fcc0c9
Additional files
Additional files
2014-08-01 00:27:45 +07:00
Adam Yeager
ba28ae5831 Add ear as binary
Ear files are java enterprise archives usually containing war and/or jar files.
Details: http://en.wikipedia.org/wiki/EAR_%28file_format%29
2014-05-15 07:13:46 -05:00
Brett Ryan
5e618bb543 Added .sh, .class and .war. 2014-02-06 09:58:07 +11:00
Brett Ryan
2470a98ade Added common files found in Java projects. 2014-02-06 09:55:46 +11:00
Alexander Karatarakis
81bbadf9c2 Add missing macros
Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
2012-06-25 16:39:27 +03:00
Alexander Karatarakis
fed86ec3e1 Add Java.gitattributes
Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
2012-05-16 15:58:45 +03:00