From 4feb9b1c72209628a8a8fcad22fd730ecddee126 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sat, 11 May 2019 14:48:44 +0300 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fc7de6bcee..d7d46f27fd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ tools/gulp-tasks/cldr/cldr-data/ pubspec.lock .c9 .idea/ +.devcontainer .settings/ .vscode/launch.json .vscode/settings.json