hackatime/.gitattributes
2025-08-07 15:36:36 -04:00

14 lines
517 B
Text

# 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
# TWO HOURS. This took 2 HOURS to figure out I hate windows now
# Just makes stuff easy to run on Windows without it yelling at you!
*.sh text eol=lf
bin/* text eol=lf