diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-20 10:02:04 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-20 10:12:21 +0200 |
commit | 48016f00a49c94712314db91d4488bdc797d0468 (patch) | |
tree | c02d69ed82c4f2f699def98fee34f66cc90aa779 /.gitignore | |
parent | 2791bedfa9c5ccefc7a1f8e735b2bdec61cc3965 (diff) | |
download | nextcloud-server-48016f00a49c94712314db91d4488bdc797d0468.tar.gz nextcloud-server-48016f00a49c94712314db91d4488bdc797d0468.zip |
Bump build and config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 2098df1c557..852f05cf3c5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,11 +31,6 @@ !/apps/testing !/apps/admin_audit !/apps/updatenotification -/apps/updatenotification/build -#/apps/updatenotification/js/merged.js -#/apps/updatenotification/js/merged.js.map -/apps/updatenotification/js/*.hot-update.* -/apps/updatenotification/node_modules !/apps/theming !/apps/twofactor_backupcodes !/apps/workflowengine @@ -46,6 +41,9 @@ /apps/files_external/3rdparty/irodsphp/prods/test* /apps/files_external/tests/config.*.php +# apps modules +/apps/*/node_modules + # ignore themes except the example and the README /themes/* |