aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-03-28 19:08:06 +0200
committerGitHub <noreply@github.com>2018-03-28 19:08:06 +0200
commitc81f1afc0a3a16daf98741a63c7524b27835da99 (patch)
treedfe81b73f028dfc27eda916b14bf4bc17966b082 /.gitattributes
parent9b2bd66fb60ffd5a833480bf329062c7d57bc8c4 (diff)
parentd7eb06bd7c4d01bbdf67f4f100af7a3e300098d3 (diff)
downloadShaarli-c81f1afc0a3a16daf98741a63c7524b27835da99.tar.gz
Shaarli-c81f1afc0a3a16daf98741a63c7524b27835da99.tar.zst
Shaarli-c81f1afc0a3a16daf98741a63c7524b27835da99.zip
Merge pull request #1072 from ArthurHoaro/feature/modern-front-end
Manage frontend dependencies with npm/yarn and webpack
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes27
1 files changed, 14 insertions, 13 deletions
diff --git a/.gitattributes b/.gitattributes
index b191e227..549777ef 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -25,16 +25,17 @@ Dockerfile text
25*.mo binary 25*.mo binary
26 26
27# Exclude from Git archives 27# Exclude from Git archives
28.editorconfig export-ignore 28.editorconfig export-ignore
29.gitattributes export-ignore 29.gitattributes export-ignore
30.github export-ignore 30.github export-ignore
31.gitignore export-ignore 31.gitignore export-ignore
32.travis.yml export-ignore 32.travis.yml export-ignore
33doc/**/*.json export-ignore 33doc/**/*.json export-ignore
34doc/**/*.md export-ignore 34doc/**/*.md export-ignore
35docker/ export-ignore 35docker/ export-ignore
36Doxyfile export-ignore 36Doxyfile export-ignore
37Makefile export-ignore 37Makefile export-ignore
38mkdocs.yml export-ignore 38node_modules/ export-ignore
39phpunit.xml export-ignore 39mkdocs.yml export-ignore
40tests/ export-ignore 40phpunit.xml export-ignore
41tests/ export-ignore