Quellcode durchsuchen

Chore: add .gitattributes (#1191)

* Add .editorconfig

* Add .gitattributes

* Remove indent_style

* Remove .editorconfig
Goooler vor 4 Jahren
Ursprung
Commit
8b91b2eeb1
2 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  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