mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove settings.json
from .gitignore
.
Also add `Brewfile.lock.json` to the list of ignored files. Signed-off-by: teymour-aldridge <teymour.aldridge@icloud.com>
This commit is contained in:
parent
9d1af2ac7b
commit
93ab63f0f0
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -41,6 +41,7 @@ capture_webrender/
|
|||
# VSCode
|
||||
.vscode
|
||||
!/.vscode/extensions.json
|
||||
!/.vscode/settings.json
|
||||
|
||||
# Emacs
|
||||
*~
|
||||
|
@ -67,3 +68,6 @@ support/hololens/.vs/
|
|||
|
||||
# Layout debugger trace files
|
||||
layout_trace*
|
||||
|
||||
# Package managers
|
||||
etc/taskcluster/macos/Brewfile.lock.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue