forked from elastic/elastic-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (35 loc) · 682 Bytes
/
.gitignore
File metadata and controls
40 lines (35 loc) · 682 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
**/node_modules/
test/spec/screenshots/baseline/**/*.png
test/spec/screenshots/diff/**/*.png
test/spec/screenshots/screen/**/*.png
test/failure-screenshots/**/*.png
.env
reports/
**/tmp/
**/.env
.temp/
**/dist/
coverage/
.out/
.DS_Store
.eslintcache
.yo-rc.json
npm-debug.log
yarn-error.log
playground/playground.tsx
.jest-image-snapshot-touched-files
# Editor configs
.vscode/
.idea
.claude
.cursor
**/__diff_output__/
.buildkite/buildkite.d.ts
.buildkite/artifacts/
# keep only top-level lock file unless a workspace manages its own install
**/*/yarn.lock
!.buildkite/yarn.lock
!docs/yarn.lock
!e2e/yarn.lock
# We keep node module archives in this folder
.yarn-offline-cache/