Add resources/views/menu/ to .gitignore (#10479)

* Add resources/views/menu/ to .gitignore

to prevent loss of custom.blade.php as documented in https://docs.librenms.org/Extensions/Customizing-the-Web-UI/.  If user runs scripts/github-remove -d as possibly instructed by validate.php

* Only ignore that specific file
This commit is contained in:
frankmcc 2019-07-31 18:51:46 -04:00 committed by Tony Murray
parent bc550c90f7
commit 91d88ee6a7
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,6 +34,7 @@ yarn-error.log
composer.phar
_ide_helper.php
_ide_helper_models.php
resources/views/menu/custom.blade.php
# Docs #
########