forked from ChromeDevTools/devtools-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (34 loc) · 634 Bytes
/
.gitignore
File metadata and controls
36 lines (34 loc) · 634 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
.DS_Store
.git_cl_description_backup
.vscode
*.Makefile
*.mk
*.pyc
*.rules
*.sln
*.stamp
*.tmp
*.vcproj*
*.vcxproj*
*.xcodeproj*
/.dev_profile
/.test_cache
/front_end/*/jsconfig.json
/front_end/protocol_externs.js
/release
/scripts/visualize_deps/out
config.gypi
karma-coverage
npm-debug.log
# These are generated for build and would be put in the symlinked folder (thus this folder)
/front_end/InspectorBackendCommands.js
/front_end/SupportedCSSProperties.js
/front_end/accessibility/ARIAProperties.js
/build
/buildtools
/out
/third_party/*
!/third_party/axe-core
!/third_party/blink
!/third_party/pyjson5
!/third_party/typescript