forked from vercel/vercel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (45 loc) · 1.02 KB
/
.gitignore
File metadata and controls
45 lines (45 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
node_modules
dist
.vscode
.zed
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
/.venv*/
/public
__pycache__
.vercel
.turbo
.eslintcache
turbo-cache-key.json
junit.xml
**/target/
.env*.local
# CLI "target" subcommand (e.g. vercel target list) is source, not build output
!packages/cli/src/commands/target/
!packages/cli/src/commands/target/**
# CLI target command tests
!packages/cli/test/unit/commands/target/
!packages/cli/test/unit/commands/target/**