mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
|
.vscode
|
||||||
!/.vscode/extensions.json
|
!/.vscode/extensions.json
|
||||||
|
!/.vscode/settings.json
|
||||||
|
|
||||||
# Emacs
|
# Emacs
|
||||||
*~
|
*~
|
||||||
|
@ -67,3 +68,6 @@ support/hololens/.vs/
|
||||||
|
|
||||||
# Layout debugger trace files
|
# Layout debugger trace files
|
||||||
layout_trace*
|
layout_trace*
|
||||||
|
|
||||||
|
# Package managers
|
||||||
|
etc/taskcluster/macos/Brewfile.lock.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue