You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/getting_started.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,6 @@ of the files and folders that Rails creates by default:
191
191
|test/|Unit tests, fixtures, and other test apparatus. These are covered in [Testing Rails Applications](testing.html).|
192
192
|tmp/|Temporary files (like cache and pid files).|
193
193
|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).|
195
194
|.dockerignore|This file tells Docker which files it should not copy into the container.|
196
195
|.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.|
0 commit comments