[miscellany]
global-ignores = .gradle
You may also want to add this in the .gitignore file for any of your Git modules.
.gradle
We’ve also updated the credits page functionality for the Gradle build and the build now produces a file dependencies.txt as a companion to the jars.txt file in a module’s resources/credits directory. This is not a file that needs to be checked in, so it should also be ignored, and the best way to do that will also be to change your subversion/config file
[miscellany]
global-ignores = .gradle dependencies.txt
And in the .gitignore file for Git modules it would be this:
resources/config/dependencies.txt
previousnext |
expand allcollapse all |