Skip to content
Snippets Groups Projects
Unverified Commit 8b91b2ee authored by Goooler's avatar Goooler Committed by GitHub
Browse files

Chore: add .gitattributes (#1191)

* Add .editorconfig

* Add .gitattributes

* Remove indent_style

* Remove .editorconfig
parent 89980373
No related branches found
No related tags found
No related merge requests found
* text=auto eol=lf
*.bat text eol=crlf
*.jar binary
......@@ -5,6 +5,7 @@ on:
- main
paths-ignore:
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
......@@ -13,6 +14,7 @@ on:
pull_request:
paths-ignore:
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
......@@ -36,4 +38,4 @@ jobs:
with:
go-version: 1.17
- name: Build
run: ./gradlew --no-daemon app:assembleFossRelease
\ No newline at end of file
run: ./gradlew --no-daemon app:assembleFossRelease
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment