Why are certain files in my Node.js Auto DevOps pipeline being excluded from the build artifact?
Date Published: May 26, 2025
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.venvnpm-debug.logconfig.gypinode_modules__pycache__venvCVS
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.