forked from vercel/eve
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (51 loc) · 715 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (51 loc) · 715 Bytes
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Node and JS/TS builds
node_modules/
dist/
/build/
coverage/
.turbo/
.next/
.vercel/
.swc/
*.tsbuildinfo
# Dependency/tooling caches
.pnpm-store/
.bun/
.npm/
# Test artifacts
.vitest/
.extension-contracts-cache/
packages/eve/.workflow-vitest/
packages/eve/.generated/
playwright-report/
test-results/
# Package lifecycle artifacts (copied from the repo root at prepack)
packages/eve/docs/
packages/eve/LICENSE
packages/eve/NOTICE
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bun-error.log*
# Environment files
.env
.env.*
# OS files
*.tgz
.DS_Store
Thumbs.db
# IDE/editor
.codex/
.vscode/
.idea/
# Vercel/Temp build output
.output/
.eve/
# Geist
.source
# Vercel
.vercel
.env*.local
.env*