Is anyone using git with an axon ivy project and has a working .gitignore. We wanted to use a defautl jsf .gitignore in out project but using the jsf .gitignore the axon ivy designer does not recognize the project any more. So it is not possible to import the project under version control. Below the default jsf .gitignore
asked 02.03.2018 at 12:49 phehnle |
This is what my team is using for ivy project. You can ingore ${WORKSPACE} as it's meant for the maven build result. answered 04.03.2018 at 23:54 ToanLC 1
Hopefully you don't need the entry .svn, when you are using git :)
(05.03.2018 at 01:46)
Alex Suter ♦♦
Ah yes, it's old stuff that we forgot to remove after the migration. ;) Thanks for your notice
(05.03.2018 at 02:08)
ToanLC
|
Git-Support is improved with Axon.ivy 7.1. If you create a new Axon.ivy Project there will be a .gitignore file. Have a look at this file. answered 05.03.2018 at 01:49 Alex Suter ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 02.03.2018 at 12:49
Seen: 1,826 times
Last updated: 07.03.2018 at 05:54
can you show us your.gitignore content? We use git with Axon.ivy project & have no problem with .gitignore
What do you mean with jsf .gitignore?