it-at-m / refarch-templates

All templates for the Reference Architecture of it@M
MIT License
5 stars 3 forks source link

Combine gitignore files #36

Closed DanielOber closed 1 week ago

DanielOber commented 1 month ago

Is your feature request related to a problem? Please describe. There are separate gitignore files in every template. To enforce monorepo usage this file should be placed at root using only 1 gitignore file.

Describe the solution you'd like Single gitignore file with merged content.

Describe alternatives you've considered

Additional context

devtobi commented 1 month ago

Maybe it would be even better to have 1 central .gitignore file for the whole repository?

DanielOber commented 1 month ago

Maybe it would be even better to have 1 central .gitignore file for the whole repository?

i dont think so. because maybe you just need a frontend or just need a backend. So each template should have its one .gitignore file

devtobi commented 1 month ago

So you want the folders our template repository provides to be in itself consistent right? That's a good point. This might affect the other issue with the .gitattributes file as well. :)

devtobi commented 1 month ago

I think we should wait with this topic until we have the "webcomponent" template in place as well. Then we can combine all 4 .gitignore files into one and store it in repository root.