1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Mike Kobit
b89498a467 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.
2016-06-24 12:30:38 -05:00
Andrew Pennebaker
cf46e139ad work around intellij gradle wrapper refreshing bug 2016-02-11 14:21:19 -06:00
Rémy Léone
bd266c15f1 Update Gradle.gitignore 2015-08-24 12:54:24 +02:00
Paolo Fulgoni
9ce20aa179 Avoid ignoring Gradle wrapper jar file
This is added because .jar files are usually ignored (see Java.gitignore)
2014-11-18 17:30:56 +01:00
RX14
ae4baaa4f9 Update Gradle.gitignore
Update Gradle.gitignore
2014-05-06 17:23:21 +01:00
Thomas Einwaller
14b2e56833 fixed type in filename 2013-02-01 13:27:15 +01:00