2
0

.gitattributes 222 B

12345
  1. *.sh text eol=lf
  2. # Treat compiled JS/CSS files as binary, as they're not meant to be human-readable
  3. netbox/project-static/dist/*.css binary
  4. netbox/project-static/dist/*.js binary
  5. netbox/project-static/dist/*.js.map binary