Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Side by Side Diff: .gitignore

Issue 2316623003: Added gitignore for .vscode (Visual Studio Code metadata directory) (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 GTAGS 48 GTAGS
49 Session.vim 49 Session.vim
50 tags 50 tags
51 Thumbs.db 51 Thumbs.db
52 v8.log 52 v8.log
53 vs-chromium-project.txt 53 vs-chromium-project.txt
54 # Settings directories for eclipse 54 # Settings directories for eclipse
55 /.externalToolBuilders/ 55 /.externalToolBuilders/
56 /.settings/ 56 /.settings/
57 /.vs/ 57 /.vs/
58 # Visual Studio Code
59 /.vscode/
58 /_out 60 /_out
59 /android_emulator_sdk 61 /android_emulator_sdk
60 /ash/ash_unittests_run.xml 62 /ash/ash_unittests_run.xml
61 /base/base_unittests_run.xml 63 /base/base_unittests_run.xml
62 /breakpad/src/ 64 /breakpad/src/
63 /build/android/bin 65 /build/android/bin
64 /build/Debug 66 /build/Debug
65 /build/Debug_x64 67 /build/Debug_x64
66 /build/goma 68 /build/goma
67 /build/gomacc.lock 69 /build/gomacc.lock
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 /ui/keyboard/keyboard_mojom_bindings.xml 493 /ui/keyboard/keyboard_mojom_bindings.xml
492 /ui/surface/surface.xml 494 /ui/surface/surface.xml
493 /ui/surface/surface_gpu_tests.xml 495 /ui/surface/surface_gpu_tests.xml
494 /v8 496 /v8
495 /webkit/data 497 /webkit/data
496 /webpagereplay_logs/ 498 /webpagereplay_logs/
497 /win8/delegate_execute/delegate_execute_version_resources.xml 499 /win8/delegate_execute/delegate_execute_version_resources.xml
498 /win8/metro_driver/metro_driver_version_resources.xml 500 /win8/metro_driver/metro_driver_version_resources.xml
499 /x86-generic_out/ 501 /x86-generic_out/
500 /xcodebuild 502 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698