diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 18:37:57 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-03-26 19:29:44 +0200 |
commit | 7ff458bc437077ca0da372513b6f06e1be83ee83 (patch) | |
tree | 73dfa796776fbd631c86678cf828cdf7592b5c2f /.gitattributes | |
parent | 758fe7201eec7a8894eb473377ae18e9ebaf12ac (diff) | |
download | Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.tar.gz Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.tar.zst Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.zip |
Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and git
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 27 |
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 |
33 | doc/**/*.json export-ignore | 33 | doc/**/*.json export-ignore |
34 | doc/**/*.md export-ignore | 34 | doc/**/*.md export-ignore |
35 | docker/ export-ignore | 35 | docker/ export-ignore |
36 | Doxyfile export-ignore | 36 | Doxyfile export-ignore |
37 | Makefile export-ignore | 37 | Makefile export-ignore |
38 | mkdocs.yml export-ignore | 38 | node_modules/ export-ignore |
39 | phpunit.xml export-ignore | 39 | mkdocs.yml export-ignore |
40 | tests/ export-ignore | 40 | phpunit.xml export-ignore |
41 | tests/ export-ignore | ||