From edcecaf0dea718a8fb216df478df0d151a9ba04d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 27 Feb 2016 21:30:07 +0100 Subject: Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions Thanks Simon Meers for the initial patch, and Tim Graham for the review. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 4bd6655ffd..170bbc2b54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Normalize line endings to avoid spurious failures in the core test suite on Windows. *html text eol=lf *css text eol=lf +*js text eol=lf tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf tests/staticfiles_tests/project/documents/test/*txt text eol=lf docs/releases/*.txt merge=union -- cgit v1.3