Browse Source

Chore: add .gitattributes (#1191)

* Add .editorconfig

* Add .gitattributes

* Remove indent_style

* Remove .editorconfig
Goooler 4 năm trước cách đây
mục cha
commit
8b91b2eeb1
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 4 0
      .gitattributes
  2. 3 1
      .github/workflows/build-unsigned.yaml

+ 4 - 0
.gitattributes

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

+ 3 - 1
.github/workflows/build-unsigned.yaml

@@ -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
+        run: ./gradlew --no-daemon app:assembleFossRelease