forked from Islandora-Devops/isle-buildkit
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (23 loc) · 761 Bytes
/
.gitattributes
File metadata and controls
26 lines (23 loc) · 761 Bytes
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
# Auto detect text files and perform LF normalization
* text=auto
# Gradle files
gradlew text eol=lf diff=bash
*.gradle text eol=lf diff=java
*.gradle.kts text eol=lf diff=java
# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.bat text eol=crlf diff=batch
*.patch text eol=lf diff=batch
*.properties text eol=lf
*.sh text eol=lf diff=bash
*.toml text eol=lf diff=bash
*.tmpl text eol=lf diff=bash
APKBUILD text eol=lf diff=batch
finish text eol=lf diff=bash
run text eol=lf diff=bash
drush text eol=lf diff=bash
composer text eol=lf diff=bash
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.jar binary
*.war binary