Kaynağa Gözat

Only ignore the build directory in the same directory as .gitignore for Gradle

If you have a Java package with `build` in it, the current version will always ignore files in that directory.
This change makes it so only the root "build" directory is ignored.

I believe that this assumes .gitignore is in the root of a project.
pull/2026/head
Mike Kobit 7 yıl önce
ebeveyn
işleme
b89498a467
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Gradle.gitignore

+ 1
- 1
Gradle.gitignore Dosyayı Görüntüle

@@ -1,5 +1,5 @@
.gradle
build/
/build/

# Ignore Gradle GUI config
gradle-app.setting

Loading…
İptal
Kaydet