Skip to content

Instantly share code, notes, and snippets.

@phelewski
Created March 10, 2020 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phelewski/636418bc684e3253309acf5226cc695f to your computer and use it in GitHub Desktop.
Save phelewski/636418bc684e3253309acf5226cc695f to your computer and use it in GitHub Desktop.
Visual Studios Code Remote - Container Blog | Example Ruby Project tree
.
├── .devcontainer
│   ├── .devcontainer.json
│   └── Dockerfile
├── Gemfile
├── Gemfile.lock
├── LICENSE.md
├── README.md
├── bin
│   └── foo
├── foo.gemspec
├── lib
│   └── foo
└── spec
   └── foo.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment