Skip to content

Commit

Permalink
Chore: add .gitattributes (#1191)
Browse files Browse the repository at this point in the history
* Add .editorconfig

* Add .gitattributes

* Remove indent_style

* Remove .editorconfig
  • Loading branch information
Goooler authored Sep 13, 2021
1 parent 8998037 commit 8b91b2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto eol=lf

*.bat text eol=crlf
*.jar binary
4 changes: 3 additions & 1 deletion .github/workflows/build-unsigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
paths-ignore:
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
Expand All @@ -13,6 +14,7 @@ on:
pull_request:
paths-ignore:
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
Expand All @@ -36,4 +38,4 @@ jobs:
with:
go-version: 1.17
- name: Build
run: ./gradlew --no-daemon app:assembleFossRelease
run: ./gradlew --no-daemon app:assembleFossRelease

0 comments on commit 8b91b2e

Please sign in to comment.