square / subzero

Block's Bitcoin Cold Storage solution.
Apache License 2.0
677 stars 93 forks source link

[java] add target directory back to .gitignore #658

Closed ivmaykov closed 1 year ago

ivmaykov commented 1 year ago

target is the maven output directory, but our new gradle build still puts some .class files there for some reason. Might be a plugin. In any case, add target back to gitignore for now.