Chore: add .gitattributes (#1191)

* Add .editorconfig

* Add .gitattributes

* Remove indent_style

* Remove .editorconfig
This commit is contained in:
Goooler
2021-09-13 18:34:34 +08:00
committed by GitHub
parent 899803739b
commit 8b91b2eeb1
2 changed files with 7 additions and 1 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
* text=auto eol=lf
*.bat text eol=crlf
*.jar binary

View File

@@ -5,6 +5,7 @@ on:
- main - main
paths-ignore: paths-ignore:
- '.idea/**' - '.idea/**'
- '.gitattributes'
- '.gitignore' - '.gitignore'
- '.gitmodules' - '.gitmodules'
- '**.md' - '**.md'
@@ -13,6 +14,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- '.idea/**' - '.idea/**'
- '.gitattributes'
- '.gitignore' - '.gitignore'
- '.gitmodules' - '.gitmodules'
- '**.md' - '**.md'
@@ -36,4 +38,4 @@ jobs:
with: with:
go-version: 1.17 go-version: 1.17
- name: Build - name: Build
run: ./gradlew --no-daemon app:assembleFossRelease run: ./gradlew --no-daemon app:assembleFossRelease