Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ricardovh opened this issue Sep 17, 2021 · 0 comments
Open

Comments

@ricardovh
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant