Why are certain files in my Node.js Auto DevOps pipeline being excluded from the build artifact?
Code Studio excludes files with the following naming patterns as they are not required for build artifacts:
.hg
.git
.gitmodules
.svn
.cache
.eslintrc
.now
.vercel
.npmignore
.dockerignore
.gitignore
.*.swp
.DS_Store
.wafpicke-*
.lock-wscript
.env.local
.env.*.local
.venv
npm-debug.log
config.gypi
node_modules
__pycache__
venv
CVS
If a mandatory file is missing from a build artifact, rename the file to ensure that the name does not contain any of the preceding naming patterns.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.