Skip to content

Commit f961bbf

Browse files
authored
Merge pull request rails#51973 from akhilgkrishnan/update-default-rails-file-structure
Remove .devcontainer from default rails app directory guide [ci skip]
2 parents a2b9e92 + b7d8725 commit f961bbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/source/getting_started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ of the files and folders that Rails creates by default:
191191
|test/|Unit tests, fixtures, and other test apparatus. These are covered in [Testing Rails Applications](testing.html).|
192192
|tmp/|Temporary files (like cache and pid files).|
193193
|vendor/|A place for all third-party code. In a typical Rails application this includes vendored gems.|
194-
|.devcontainer/|This folder contains the configuration for the [development container](https://containers.dev).|
195194
|.dockerignore|This file tells Docker which files it should not copy into the container.|
196195
|.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.|
197196
|.github/|Contains GitHub specific files.|

0 commit comments

Comments
 (0)