summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-02-27 21:30:07 +0100
committerClaude Paroz <claude@2xlibre.net>2016-03-30 14:34:41 +0200
commitedcecaf0dea718a8fb216df478df0d151a9ba04d (patch)
treec01c92028af6141d4da58ec49ddd12441077d8a0 /.gitattributes
parent940b7fd5cbcd743658f741d37b3d7b1766ed1f17 (diff)
downloaddjango-edcecaf0dea718a8fb216df478df0d151a9ba04d.tar.gz
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
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