diff options
author | Joas Schilling <coding@schilljs.com> | 2018-01-30 17:06:40 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-02-22 10:17:42 +0100 |
commit | 308c7db3339a1edbcccddb0ba25356d980ce88e9 (patch) | |
tree | ec9ae1576ce8bfd675c729677d2a2451ab4bc7d8 /.gitignore | |
parent | b12b391d7c4875fde4851c748dfb610a1b32d2e4 (diff) | |
download | nextcloud-server-308c7db3339a1edbcccddb0ba25356d980ce88e9.tar.gz nextcloud-server-308c7db3339a1edbcccddb0ba25356d980ce88e9.zip |
Move updatenotifications to webpack with .vue file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 48fc68ec240..f14a81cd64f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ !/apps/testing !/apps/admin_audit !/apps/updatenotification +/apps/updatenotification/js/merged.js +/apps/updatenotification/node_modules !/apps/theming !/apps/twofactor_backupcodes !/apps/workflowengine |