forked from ChromeDevTools/devtools-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (45 loc) · 892 Bytes
/
.gitignore
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
.DS_Store
.git_cl_description_backup
*.ctc.json
*.Makefile
*.mk
*.pyc
*.rules
*.sln
*.stamp
*.tmp
*.vcproj*
*.vcxproj*
*.xcodeproj*
/.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
/interactions-coverage
/perf-data
npm-debug.log
/scripts/javascript_natives/node_modules
/scripts/protocol_typescript/*.js
/scripts/freestyler/data
/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