You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 352B

123456789
  1. * text=auto eol=lf
  2. *.tmpl linguist-language=Handlebars
  3. /.eslintrc linguist-language=YAML
  4. /.stylelintrc linguist-language=YAML
  5. /public/vendor/** -text -eol linguist-vendored
  6. /vendor/** -text -eol linguist-vendored
  7. /web_src/fomantic/build/** linguist-generated
  8. /web_src/js/vendor/** -text -eol linguist-vendored
  9. Dockerfile.* linguist-language=Dockerfile