about summary refs log tree commit diff stats
path: root/.gitattributes
blob: 8dc43234357fca35624a6991774e6b078a391a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
# See https://git-scm.com/docs/gitattributes for more about git attribute files.

# Mark the database schema as having been generated.
db/schema.rb linguist-generated

# Mark any vendored files as having been vendored.
vendor/* linguist-vendored
config/credentials/*.yml.enc diff=rails_credentials
config/credentials.yml.enc diff=rails_credentials