diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:29:47 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:29:47 +0200 |
commit | 03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 (patch) | |
tree | c4ab060db6f6991025d743cf8084c28b8bfafd31 /.gitattributes | |
parent | 9d0fc862507e1933e447b3c3e92a438400aad263 (diff) | |
download | Shaarli-03b483aa45ca994c0d75010e2008a8f0bfcf7ed3.tar.gz Shaarli-03b483aa45ca994c0d75010e2008a8f0bfcf7ed3.tar.zst Shaarli-03b483aa45ca994c0d75010e2008a8f0bfcf7ed3.zip |
Add SASSLint makefile target, and run it in CI
Also move ESLint and SASSLint config files to a dedicated .dev folder
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 549777ef..6b6ffbd5 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -26,6 +26,7 @@ Dockerfile text | |||
26 | 26 | ||
27 | # Exclude from Git archives | 27 | # Exclude from Git archives |
28 | .editorconfig export-ignore | 28 | .editorconfig export-ignore |
29 | .dev export-ignore | ||
29 | .gitattributes export-ignore | 30 | .gitattributes export-ignore |
30 | .github export-ignore | 31 | .github export-ignore |
31 | .gitignore export-ignore | 32 | .gitignore export-ignore |