Commit b89498a4 authored by Mike Kobit's avatar Mike Kobit

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.
parent f93202c4
.gradle
build/
/build/
# Ignore Gradle GUI config
gradle-app.setting
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment