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
+1
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ of the files and folders that Rails creates by default:
191
191
|.dockerignore|This file tells Docker which files it should not copy into the container.|
192
192
|.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.|
193
193
|.gitignore|This file tells git which files (or patterns) it should ignore. See [GitHub - Ignoring files](https://help.github.com/articles/ignoring-files) for more information about ignoring files.|
194
+
|.rubocop.yml|This file contains the configuration for RuboCop.|
194
195
|.ruby-version|This file contains the default Ruby version.|
0 commit comments