Skip to content

Commit

Permalink
build: ignore .devcontainer/ directory (angular#30417)
Browse files Browse the repository at this point in the history
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 angular#30417
  • Loading branch information
gkalpak authored and alxhub committed May 13, 2019
1 parent cb6dea4 commit 4feb9b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tools/gulp-tasks/cldr/cldr-data/
pubspec.lock
.c9
.idea/
.devcontainer
.settings/
.vscode/launch.json
.vscode/settings.json
Expand Down

0 comments on commit 4feb9b1

Please sign in to comment.