diff options
author | Joas Schilling <coding@schilljs.com> | 2018-02-22 10:24:42 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-02-22 10:24:42 +0100 |
commit | 96e9173b73f88948dfe5715487b4ba112f07265e (patch) | |
tree | 4667a707c1996252e6bb2e290cee517b557c4e87 /.gitignore | |
parent | 6340e78be85b962ab59f15c063d57cfcdbcb89ce (diff) | |
download | nextcloud-server-96e9173b73f88948dfe5715487b4ba112f07265e.tar.gz nextcloud-server-96e9173b73f88948dfe5715487b4ba112f07265e.zip |
Ignore the map file too
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f14a81cd64f..82c2a272bad 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ !/apps/admin_audit !/apps/updatenotification /apps/updatenotification/js/merged.js +/apps/updatenotification/js/merged.js.map /apps/updatenotification/node_modules !/apps/theming !/apps/twofactor_backupcodes |