mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-22 05:16:08 +03:00
Chore: add .gitattributes (#1191)
* Add .editorconfig * Add .gitattributes * Remove indent_style * Remove .editorconfig
This commit is contained in:
parent
899803739b
commit
8b91b2eeb1
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
*.bat text eol=crlf
|
||||||
|
*.jar binary
|
4
.github/workflows/build-unsigned.yaml
vendored
4
.github/workflows/build-unsigned.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user