diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-20 16:37:55 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-20 16:37:55 +0200 |
commit | 1d9eb22a3df85b67fe6652c0876cd7382c2fb525 (patch) | |
tree | 5fa04f9084e6a816bee36326ffc7a5973237a731 /.gitattributes | |
parent | 9a6183e852efdc8100c09fcc238b27d10d6e1b10 (diff) | |
parent | c372fc96faa94c124cf94d26fa34666d071116f8 (diff) | |
download | Shaarli-1d9eb22a3df85b67fe6652c0876cd7382c2fb525.tar.gz Shaarli-1d9eb22a3df85b67fe6652c0876cd7382c2fb525.tar.zst Shaarli-1d9eb22a3df85b67fe6652c0876cd7382c2fb525.zip |
Merge tag 'v0.8.7' into stable
Release v0.8.7
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d753b1db..a3a22a15 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -23,7 +23,9 @@ Dockerfile text | |||
23 | .travis.yml export-ignore | 23 | .travis.yml export-ignore |
24 | doc/**/*.json export-ignore | 24 | doc/**/*.json export-ignore |
25 | doc/**/*.md export-ignore | 25 | doc/**/*.md export-ignore |
26 | docker/ export-ignore | 26 | .docker/ export-ignore |
27 | .dockerignore export-ignore | ||
28 | Dockerfile export-ignore | ||
27 | Doxyfile export-ignore | 29 | Doxyfile export-ignore |
28 | Makefile export-ignore | 30 | Makefile export-ignore |
29 | phpunit.xml export-ignore | 31 | phpunit.xml export-ignore |