Repo: Add `.devcontainer/` folder to `.gitignore` (#106951)

Update .gitignore to ignore the .devcontainer/ folder
pull/107129/head
Mihai Turdean 6 months ago committed by GitHub
parent 06278615fb
commit 46363d305b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .gitignore

1
.gitignore vendored

@ -69,6 +69,7 @@ public/css/*.min.css
!.vscode/launch.json !.vscode/launch.json
.vs/ .vs/
.cursor/ .cursor/
.devcontainer/
.eslintcache .eslintcache
.stylelintcache .stylelintcache

Loading…
Cancel
Save