diff options
author | Joas Schilling <coding@schilljs.com> | 2024-06-14 09:16:50 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-06-14 09:16:50 +0200 |
commit | 2e36be8917f0599b61eabc047850e4c3591cd11c (patch) | |
tree | c69a632b1da952dc160586ac0c781475ced6e0d3 /.gitignore | |
parent | be29eb364174166f780f4445fe778e5c59f66c10 (diff) | |
download | nextcloud-server-2e36be8917f0599b61eabc047850e4c3591cd11c.tar.gz nextcloud-server-2e36be8917f0599b61eabc047850e4c3591cd11c.zip |
fix(git): Ignore the updater/ directory from diffs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a3e6f7872ca..5b747559a82 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,9 @@ !/themes/example !/themes/README +# Love to people that develop the updater +/updater + # just sane ignores .*.sw[po] *.bak |