diff options
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/* |