diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-20 15:53:35 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-10-22 12:56:55 +0200 |
commit | d6379763290230242caac5fe1e7c589a29fa6bf0 (patch) | |
tree | 71233479639b7fa0cc5136fa1e488a9ce314ada8 /.gitattributes | |
parent | 40ec173e68d47c821cb09875a44aab81d33cd89d (diff) | |
download | Shaarli-d6379763290230242caac5fe1e7c589a29fa6bf0.tar.gz Shaarli-d6379763290230242caac5fe1e7c589a29fa6bf0.tar.zst Shaarli-d6379763290230242caac5fe1e7c589a29fa6bf0.zip |
Use makefile target to generate MO file and remove it from git
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 93900602..b191e227 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -22,6 +22,7 @@ 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 |
27 | .editorconfig export-ignore | 28 | .editorconfig export-ignore |