adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

.gitignore files are not created automatically #71

Closed ittaibaratz closed 5 years ago

ittaibaratz commented 5 years ago

The archetype template contains default gitignore files, however they are not copied to the generated project.

The gitignore files should be automatically copied to the project to save developer efforts.

pfauchere commented 5 years ago

[0] Could be the beginning of an answer

[0] http://linkedlist.cz/2018/01/10/maven-archetype-gitignore.html

ittaibaratz commented 5 years ago

Good find @pfauchere - Pull request created. I've also added a configuration for maven-resource-plugin to not copy node_modules if it exists