Skip to content

Commit 574b57e

Browse files
committed
Treat compiled JS/CSS as binary when diffing
1 parent aa05097 commit 574b57e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitattributes

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.sh text eol=lf
2-
# Treat minified or packed JS/CSS files as binary, as they're not meant to be human-readable
3-
*.min.* binary
4-
*.map binary
5-
*.pack.js binary
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

0 commit comments

Comments
 (0)