diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-13 22:54:48 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-14 12:17:57 +0100 |
commit | 0357a30a58fd212ad5f0b4837d3f62bd1f57ddfc (patch) | |
tree | 590686c902070c6bd842e2faa610d637c35ed86d /.gitattributes | |
parent | 15dc1fa62f6a42c3ccb3e54d9609c3116bf36357 (diff) | |
download | nextcloud-server-0357a30a58fd212ad5f0b4837d3f62bd1f57ddfc.tar.gz nextcloud-server-0357a30a58fd212ad5f0b4837d3f62bd1f57ddfc.zip |
Move systemtags to common webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 09c78fbd5b4..aaa918cb2e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,8 @@ /apps/files_versions/js/files_versions.js.map binary /apps/oauth2/js/oauth2.js binary /apps/oauth2/js/oauth2.js.map binary +/apps/systemtags/js/systemtags.js binary +/apps/systemtags/js/systemtags.js.map binary /apps/twofactor_backupcodes/js/*.js binary /apps/twofactor_backupcodes/js/*.js.map binary /apps/updatenotification/js/updatenotification.js binary |