From a0ba1f1f6223ff6b34cbedb42fc06da95bbf2d6c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Aug 2015 08:04:30 +0300 Subject: .gitattributes: enforce LF for scss files. [ci skip] --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index f14050368..3d8e20c85 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ *.html text eol=lf *.js text eol=lf *.json text eol=lf -*.less text eol=lf *.md text eol=lf +*.scss text eol=lf *.svg text eol=lf *.yml text eol=lf # Don't diff or textually merge source maps -- cgit v1.2.3 From 366e51df3f75bca708a9f7489cb9e0088a544596 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Aug 2015 08:50:03 +0300 Subject: Enforce LF for .rb files too. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 3d8e20c85..6a776dc6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.js text eol=lf *.json text eol=lf *.md text eol=lf +*.rb text eol=lf *.scss text eol=lf *.svg text eol=lf *.yml text eol=lf -- cgit v1.2.3 From 5998b93859c05202b4a04b9be889252f19ca2fc0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 29 Aug 2015 13:23:38 +0300 Subject: Enforce LF for .py files too. [ci skip] --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 6a776dc6e..7c22a49fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.js text eol=lf *.json text eol=lf *.md text eol=lf +*.py text eol=lf *.rb text eol=lf *.scss text eol=lf *.svg text eol=lf -- cgit v1.2.3 From d99bc3fe6238aa1398ad5afab8130b47bb2f0c9d Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Tue, 8 Sep 2015 08:58:03 +0300 Subject: Remove dropped v3 bootstrap-theme [ci skip] --- .gitattributes | 1 - 1 file changed, 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 7c22a49fb..5788b1228 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,5 @@ # Don't diff or textually merge source maps *.map binary -bootstrap-theme.css linguist-vendored=false bootstrap.css linguist-vendored=false bootstrap.js linguist-vendored=false -- cgit v1.2.3