mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
da39688e26
.gitattributes files are a useful way to mark certain metadata about paths in a git repository (https://git-scm.com/docs/gitattributes). This can include all kinds of information, but one of the more useful ones is that linguist (https://github.com/github/linguist, the tool that powers the language statistics/diff view of GitHub) respects certain attributes. For example: * `linguist-vendored` paths will not be counted toward the language statistics * `linguist-generated` paths will not have their diff shown by default These little niceties can be really helpful over time, so we should add it to the default app generator. |
||
---|---|---|
.. | ||
console_test.rb | ||
credentials_test.rb | ||
db_system_change_test.rb | ||
dbconsole_test.rb | ||
dev_test.rb | ||
encrypted_test.rb | ||
initializers_test.rb | ||
notes_test.rb | ||
routes_test.rb | ||
secrets_test.rb | ||
server_test.rb |