diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-01-30 19:15:30 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-01-30 19:15:30 +0100 |
commit | a74184e1b0a9d503e1ea75812583967e7110c2f2 (patch) | |
tree | d596a0af4c819509d0bea8d5bdaf9041e7e77808 /.gitattributes | |
parent | 57e4a974f7332ec694822ec61b8527cc31152798 (diff) | |
parent | 99a554904498d4d6985216568b32833c73e9825f (diff) | |
download | Shaarli-a74184e1b0a9d503e1ea75812583967e7110c2f2.tar.gz Shaarli-a74184e1b0a9d503e1ea75812583967e7110c2f2.tar.zst Shaarli-a74184e1b0a9d503e1ea75812583967e7110c2f2.zip |
Merge tag 'v0.9.4' into latest
Release v0.9.4
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index dd0e573c..b191e227 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -22,8 +22,10 @@ Dockerfile text | |||
22 | *.ttf binary | 22 | *.ttf binary |
23 | *.min.css binary | 23 | *.min.css binary |
24 | *.min.js binary | 24 | *.min.js binary |
25 | *.mo binary | ||
25 | 26 | ||
26 | # Exclude from Git archives | 27 | # Exclude from Git archives |
28 | .editorconfig export-ignore | ||
27 | .gitattributes export-ignore | 29 | .gitattributes export-ignore |
28 | .github export-ignore | 30 | .github export-ignore |
29 | .gitignore export-ignore | 31 | .gitignore export-ignore |