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:
teymour-aldridge 2021-06-24 11:31:29 +01:00
parent 9d1af2ac7b
commit 93ab63f0f0
No known key found for this signature in database
GPG key ID: 00D1DE4A3693A341

4
.gitignore vendored
View file

@ -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