DAVE SDK App development and version control

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User13353
Level 1
Level 1
Hi,

which parts of a DAVE App project should be tracked by a VCS?

Right now I have git setup like this:

$ cat .gitignore
# Generated files / compiler output
/bin/
/doc/
/JAR/

# Files generated by Eclipse
/.settings/


I noticed the .classpath file being dynamically updated by DAVE SDK. I therefore assume that it can be ignored as well, correct?

What about the *.properties files?


Kind regards,

Sebastian
0 Likes
0 Replies