Skip to content

Clarification on what to VCS-ignore and what to commit? #41

Answered by shannah
paul-griffith asked this question in Q&A
Discussion options

You must be logged in to vote

Both the jdeploy-bundle and jdeploy directories can be kept out of version control.

The jdeploy directory will contain build outputs from creating bundles. (if you have the bundles or installers properties defined) in the jdeploy object of the package.json

The jdeploy-bundle directory includes all of the files that are published to npm when you run "publish". Both of these are transient build artifacts that will be regenerated each time you build - so no need to have them in version control.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shannah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants