mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Co-authored-by: Trek Glowacki <trek.glowacki@vercel.com> Co-authored-by: Steven <steven@ceriously.com>
34 lines
745 B
Plaintext
34 lines
745 B
Plaintext
node_modules
|
|
dist
|
|
.vscode
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.nyc_output
|
|
coverage
|
|
coverage.lcov
|
|
*.swp
|
|
*.bak
|
|
*.tgz
|
|
packages/cli/src/util/dev/templates/*.ts
|
|
packages/cli/src/util/constants.ts
|
|
packages/cli/test/**/yarn.lock
|
|
!packages/cli/test/dev/**/yarn.lock
|
|
packages/cli/test/**/node_modules
|
|
packages/cli/test/dev/fixtures/08-hugo/hugo
|
|
packages/cli/test/dev/fixtures/**/dist
|
|
packages/cli/test/dev/fixtures/**/public
|
|
packages/cli/test/dev/fixtures/**/.now
|
|
packages/cli/test/dev/fixtures/**/.vercel
|
|
!packages/cli/test/fixtures/unit/commands/build/monorepo-detection/**/yarn.lock
|
|
packages/cli/test/fixtures/integration
|
|
test/lib/deployment/failed-page.txt
|
|
.DS_Store
|
|
.next
|
|
/.env
|
|
/public
|
|
__pycache__
|
|
.vercel
|
|
.turbo
|
|
.eslintcache
|
|
turbo-cache-key.json
|
|
junit.xml |