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

# Directories #
build/
bin/
target/
libs/
tmp/
node_modules/
jaxws/jaxws-client/src/main/
jaxws/jaxws-endpoint/src/main/webapp/WEB-INF/wsdl/

# OS Files #
.DS_Store

*.class

# Package Files #
*.jar
*.war
*.ear
*.db
rebel.xml

######################
# Windows
######################

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini

######################
# OSX
######################

.DS_Store
.svn

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

######################
# NetBeans
######################
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

######################
# IDEA
######################
*.iml
*.ipr
*.iws
.idea/
atlassian-ide-plugin.xml


######################
# Eclipse
######################

*.pydevproject
.project
.metadata
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# Testing environment specific
derby.log


######################
# Liberty tools
######################

.factorypath

asked 02.03.2018 at 12:49

phehnle's gravatar image

phehnle
(suspended)
accept rate: 0%

edited 05.03.2018 at 03:00

can you show us your.gitignore content? We use git with Axon.ivy project & have no problem with .gitignore

(04.03.2018 at 23:39) ToanLC ToanLC's gravatar image

What do you mean with jsf .gitignore?

(05.03.2018 at 01:46) Alex Suter ♦♦ Alex%20Suter's gravatar image

${WORKSPACE}
classes
lib/*
src_dataClasses
src_wsproc
target

This is what my team is using for ivy project. You can ingore ${WORKSPACE} as it's meant for the maven build result.

link

answered 04.03.2018 at 23:54

ToanLC's gravatar image

ToanLC
(suspended)
accept rate: 16%

edited 05.03.2018 at 02:10

1

Hopefully you don't need the entry .svn, when you are using git :)

(05.03.2018 at 01:46) Alex Suter ♦♦ Alex%20Suter's gravatar image

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 ToanLC's gravatar image

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.

link

answered 05.03.2018 at 01:49

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

edited 07.03.2018 at 05:54

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×4

Asked: 02.03.2018 at 12:49

Seen: 1,747 times

Last updated: 07.03.2018 at 05:54