-
Notifications
You must be signed in to change notification settings - Fork 636
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (60 loc) · 1.35 KB
/
.gitignore
File metadata and controls
69 lines (60 loc) · 1.35 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
.DS_Store
.git_cl_description_backup
*.ctc.json
*.Makefile
*.mk
*.pyc
*.rules
*.sln
*.stamp
*.tmp
*.vcproj*
*.vcxproj*
*.xcodeproj*
/GEMINI.md
/.dev_profile
/.test_cache
/front_end/protocol_externs.js
/front_end/panels/timeline/fixtures/traces/*.json
/front_end/panels/timeline/fixtures/traces/*.cpuprofile
/release
/scripts/visualize_deps/out
config.gypi
/karma-coverage
/perf-data
npm-debug.log
/scripts/protocol_typescript/*.js
/scripts/ai_assistance/data
/scripts/ai_assistance/auto-run/data
/scripts/ai_assistance/performance-trace-downloads
/scripts/ai_assistance/auto-run/performance-trace-downloads
# This folder is populated from the GCP bucket and managed by gclient sync.
/scripts/ai_assistance/suite/outputs
/build
/buildtools
/out
/third_party/*
!/third_party/emscripten-releases/
/third_party/emscripten-releases/*
!/third_party/emscripten-releases/.emscripten
!/third_party/blink
!/third_party/i18n
!/third_party/image_diff
!/third_party/pyjson5
!/third_party/typescript
test/screenshots/.generated
test/perf/.generated
/.vscode/settings.json
/.vscode/tasks.json
/.vscode/launch.json
/.gemini/settings.json
# DevTools common script settings
.env
# Linters caches
.eslintcache
.stylelintcache
**/tsconfig.tsbuildinfo
# test runner copies dumps into the source tree.
artifacts/*
# cipd rollup binaries synced from third_party/
node_modules/@rollup/rollup*/