Merge pull request #51973 from akhilgkrishnan/update-default-rails-file-structure

Remove .devcontainer from default rails app directory guide [ci skip]
This commit is contained in:
Rafael Mendonça França 2024-05-31 13:38:05 -04:00 committed by GitHub
commit f961bbfe52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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