aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-04 20:18:20 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-04 20:18:20 +0100
commit42db1e8b4dcff3667c5f14e8dd464309c3c2f23e (patch)
treef5f5efe86fb352980cf144cceb68d1a1101b274f /.gitattributes
parentchore(web): fix Sonar issue (diff)
parentchore(frontend): bump frontend dependencies (diff)
downloadrefinery-42db1e8b4dcff3667c5f14e8dd464309c3c2f23e.tar.gz
refinery-42db1e8b4dcff3667c5f14e8dd464309c3c2f23e.tar.zst
refinery-42db1e8b4dcff3667c5f14e8dd464309c3c2f23e.zip
Merge pull request #18 from kris7t/releng-docs
Restructure project
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 63f6b190..c6febf49 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,7 +1,10 @@
1.yarn/releases/** binary
2.yarn/plugins/** binary
1*.css eol=lf 3*.css eol=lf
2*.js eol=lf 4*.js eol=lf
3*.json eol=lf 5*.json eol=lf
4*.jsx eol=lf 6*.jsx eol=lf
7*.grammar eol=lf
5*.scss eol=lf 8*.scss eol=lf
6*.ts eol=lf 9*.ts eol=lf
7*.tsx eol=lf 10*.tsx eol=lf