Skip to content

Commit ea66f75

Browse files
Document .devcontainer to the file/folder structure of new application
1 parent 6b67657 commit ea66f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ of the files and folders that Rails creates by default:
188188
|test/|Unit tests, fixtures, and other test apparatus. These are covered in [Testing Rails Applications](testing.html).|
189189
|tmp/|Temporary files (like cache and pid files).|
190190
|vendor/|A place for all third-party code. In a typical Rails application this includes vendored gems.|
191+
|.devcontainer/|This folder contains the configuration for the development container.|
191192
|.dockerignore|This file tells Docker which files it should not copy into the container.|
192193
|.gitattributes|This file defines metadata for specific paths in a git repository. This metadata can be used by git and other tools to enhance their behavior. See the [gitattributes documentation](https://git-scm.com/docs/gitattributes) for more information.|
193194
|.github/|Contains GitHub specific files.|

0 commit comments

Comments
 (0)