Skip to content

Commit

Permalink
Document .rubocop.yml in rails default file folder structure
Browse files Browse the repository at this point in the history
review changes updated
  • Loading branch information
akhilgkrishnan committed Dec 31, 2023
1 parent e7826d8 commit 2fdec81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/getting_started.md
Expand Up @@ -191,6 +191,7 @@ of the files and folders that Rails creates by default:
|.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.|
|.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.|
|.rubocop.yml|This file contains the configuration for RuboCop.|
|.ruby-version|This file contains the default Ruby version.|

Hello, Rails!
Expand Down

0 comments on commit 2fdec81

Please sign in to comment.