rigd-loxia / builder-generator

Yet another builder generator. Primary style of this generator will be fluent wither, although other styles will be supported in the future. There is support for builder chaining.
Apache License 2.0
2 stars 2 forks source link

add .gitignore file to exclude target folder #10

Closed Nutstree closed 1 year ago

Nutstree commented 1 year ago

without a proper .gitignore file a mvn build command will generate multiple new files in the target folder which git wants to submit.