wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

war/.gitignore created while parent folder already contains .gitignore #25

Open ricardovh opened 3 years ago

ricardovh commented 3 years ago

When running the Frank!Runner with maven=true, a .gitignore file is created in the war-folder, while the parent folder already contains a .gitignore that covers the /target/ that is added.

Directory-structure before:

-Parent
|-war
 |-pom.xml
|-ear
|-build.xml
|-.gitignore
|-pom.xml

Directory-structure after:

-Parent
|-war
 |-pom.xml
 |-.gitignore
|-ear
|-build.xml
|-.gitignore
|-pom.xml