build: ignore `.devcontainer/` directory (#30417)

This makes it easier to experiment with VSCode's
[remote development using docker containers][1] feature.

In the future, we may check in the necessary files for users to use this
feature, but for now ignoring the directory makes it easier play around
and evaluate the feature.

[1]: https://code.visualstudio.com/docs/remote/containers

PR Close #30417
This commit is contained in:
George Kalpakas 2019-05-11 14:48:44 +03:00 committed by Alex Rickabaugh
parent cb6dea473f
commit 4feb9b1c72
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ tools/gulp-tasks/cldr/cldr-data/
pubspec.lock
.c9
.idea/
.devcontainer
.settings/
.vscode/launch.json
.vscode/settings.json