-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (69 loc) · 1.21 KB
/
.gitignore
File metadata and controls
86 lines (69 loc) · 1.21 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# OS files
.DS_Store
*/DS_Store
**/*.DS_Store
.pnpm-store/*
.npm/_logs
# Generated code
logs/*
tmp/
e2e/**/dist
*/dist/*
**/dist
dist/*
packages/*/dist/
docs/
coverage/
packages/**/coverage/
node_modules/
tests/**/app/index.js*
tests/**/ie11/ie-bundle.js*
# Out-TSC directories (TypeScript output)
**/out-tsc/*
out-tsc/
**/out-tsc
**/*.out-tsc
.swc
.vite
# IDEs
.vscode
# Test code
tests/**/app/index.js*
test-results
# Environment files
.env
.env.local
nx-cloud.env
**/playwright-report
**/playwright/.cache
**/.playwright/*
.nx/*
!.nx/workflows
**/vite.config.ts.timestamp-*
vite.config.*.timestamp*
# File made by changesets
.netrc
# ignore this in CI please.
# Nx stuff we get in CI that we dont want to commit
code
terminalOutput
outputs/*
e2e/mock-api-v2/html/*
e2e/**/.playwright/*
e2e/certs/
# bundle analysis
packages/*/bundle-analysis.html
.nx/cache
.nx/workspace-data
vitest.config.*.timestamp*
# temporary
packages/davinci-client/src/lib/mock-data/*.d.ts
packages/davinci-client/src/lib/mock-data/*.d.ts.map
**/**/tsconfig.tsbuildinfo
**/**/tsconfig.spec.vitest-temp.json
test-output
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
# Gemini local knowledge base files
GEMINI.md
**/GEMINI.md