Skip to content

Commit

Permalink
Add .github to the default rails file structure
Browse files Browse the repository at this point in the history
requested changes updated
  • Loading branch information
akhilgkrishnan committed Jan 3, 2024
1 parent bb5e279 commit bf0f884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/getting_started.md
Expand Up @@ -190,6 +190,7 @@ of the files and folders that Rails creates by default:
|vendor/|A place for all third-party code. In a typical Rails application this includes vendored gems.|
|.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.|
|.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.|
Expand Down

0 comments on commit bf0f884

Please sign in to comment.