devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
35 stars 70 forks source link

Make gitignore test project binary paths more dynamic #1684

Open jan-vcapgemini opened 1 year ago

jan-vcapgemini commented 1 year ago

The current gitignore uses full paths to binaries built by test projects, this should be changed with star operator to a more dynamic and less cluttered path.

https://github.com/devonfw/cobigen/blob/5c64a1e83cf117d768c30940245b38accf1edf3d/.gitignore#L37-L51