Skip to content

Commit e299d4e

Browse files
committed
Add .gitattributes, renormalize gradlew.bat
Signed-off-by: Michael Edgar <michael@xlate.io>
1 parent 0f1a60a commit e299d4e

2 files changed

Lines changed: 119 additions & 82 deletions

File tree

.gitattributes

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# ---- Default behavior ----
2+
* text=auto
3+
4+
# ---- Windows scripts ----
5+
*.bat text eol=crlf
6+
*.cmd text eol=crlf
7+
8+
# ---- Shell scripts (CI/Linux) ----
9+
*.sh text eol=lf
10+
11+
# ---- Gradle wrapper scripts ----
12+
gradlew text eol=lf
13+
gradlew.bat text eol=crlf
14+
15+
# ---- Java/Gradle sources ----
16+
*.java text
17+
*.kt text
18+
*.gradle text
19+
*.groovy text
20+
21+
# ---- JSON/YAML/configs ----
22+
*.json text
23+
*.yml text
24+
*.yaml text
25+
*.xml text
26+
*.properties text
27+
28+
# ---- Docs ----
29+
*.md text
30+
*.txt text
31+
32+
# ---- Binary files (never normalize) ----
33+
*.png binary
34+
*.jpg binary
35+
*.gif binary
36+
*.zip binary
37+
*.jar binary

tools/gradle-plugin/gradlew.bat

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)