Skip to content

Commit

Permalink
Merge pull request rails#44486 from ghousemohamed/patch-7
Browse files Browse the repository at this point in the history
Added missing mention of `.gitattributes` file in Getting Started documentation [ci-skip]
  • Loading branch information
jonathanhefner committed Feb 19, 2022
2 parents ce1806d + c2b0864 commit c01a744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ 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.|
|.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 info about ignoring files.|
|.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.|
|.ruby-version|This file contains the default Ruby version.|

Hello, Rails!
Expand Down

0 comments on commit c01a744

Please sign in to comment.