TT#177550 initialise: Add sites/current to the default .gitignore

This is the symlink pointing to the current site for this site, which
cannot be committed to git, or we'd get constant conflicts when multiple
sites commit their own.

Change-Id: I054afc15bb3a52d0ca2357db5ea4a152cfff035b
mr11.0
Guillem Jover 3 years ago
parent 5c72344f59
commit b89b447e64

@ -64,6 +64,9 @@ if ! grep -qs '^# begin section managed by ngcpcfg' .gitignore ; then
\#*\#
DEADJOE
# multi-site support
sites/current
# end section managed by ngcpcfg' >> .gitignore
fi

Loading…
Cancel
Save