diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-05-09 18:39:40 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-05-09 18:42:52 +0200 |
commit | e5fefd1338b9cf493ac9be7f4b00f27e14b73d04 (patch) | |
tree | ad2eb8286d73a05b4d375d7e2b5fe5c6ad76666e /.gitattributes | |
parent | 38efad788194f3a700ac7a6d86708e0968d86e1b (diff) | |
download | nextcloud-server-e5fefd1338b9cf493ac9be7f4b00f27e14b73d04.tar.gz nextcloud-server-e5fefd1338b9cf493ac9be7f4b00f27e14b73d04.zip |
webpackify workflowengine
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c4da00ac354..1e809562fb6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,5 +17,7 @@ /apps/twofactor_backupcodes/js/*.js.map binary /apps/updatenotification/js/updatenotification.js binary /apps/updatenotification/js/updatenotification.js.map binary +/apps/workflowengine/js/*.js binary +/apps/workflowengine/js/*.js.map binary /settings/js/vue* binary |