-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (60 loc) · 1015 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.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
/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
/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/pyjson5
!/third_party/typescript
test/screenshots/.generated
test/perf/.generated
/.vscode/settings.json
/.vscode/tasks.json
/.vscode/launch.json
/dist/
/public/
*.gn
*.gni
OWNERS
.clang-format
.eslintrc.js
/legacy_test_runner/
/legacy/
/core/i18n/locales/
/integration_test_runner.html
/Tests.js
/devtools_app.html
/inspector.html
/js_app.html
/ndb_app.html
/node_app.html
/worker_app.html
/device_mode_emulation_frame.html