Commit Graph

8 Commits

Author SHA1 Message Date
James Kerrane bb28a8ce82
Delete fixed workaround
The workaround for https://youtrack.jetbrains.com/issue/IDEA-116898 is fixed now, so we can remove the workaround.
2021-02-09 18:32:09 -07:00
Mitchell Skaggs 80587386dd
Ignore Gradle subproject build dir (#3370) 2020-04-14 16:14:56 -03:00
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