Skip to content
Discussion options

You must be logged in to vote

Hi @travisfranck, when you use the create command, it copies the files from the template-default directory in the SDEverywhere repo, and in that template we have a .gitignore file that is configured to ignore the typical files that should be ignored.

That list currently is:

baselines
node_modules
sde-prep
*.vdf
*.vdfx
*.3vmfx

In a git repo, node_modules and sde-prep should be excluded because those are machine-dependent (and cache-like). The package.json and package-manager lock files (like package-lock.json or pnpm-lock.yaml) should always be included; the lock file in particular is important for repeatable builds.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by chrispcampbell
Comment options

travisfranck
Mar 10, 2025
Collaborator Author

You must be logged in to vote
0 replies
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