templates: add admin.conf to .gitignore
Version Control Information
Source branch: damu/gitignore-admin-conf
Target branch: devel
Commits:
* templates: add admin.conf to .gitignore
This commit modifies .gitignore to ignore `etc/admin.conf`.
This will improve security by ensuring that admin.conf are not
accidentally committed to the repository.
Note: If the admin.conf is already inside of version control, you have
to remove them manually. Use `git rm -r --cached etc/admin.conf &&
git commit -m "Clean-up admin.conf"`.
Merge Prerequisites
-
MR title (and description) are descriptive -
Code is readable and syntactically correct -
Code is understandable -
Documentation has been updated, if necessary -
Commit messages look good -
Release note file in RST format added in latest commit
As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.