librenms-librenms/.gitignore
frankmcc 91d88ee6a7 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
2019-07-31 17:51:46 -05:00

43 lines
557 B
Plaintext

# Ignore all dotfiles #
#######################
.*
!/.gitignore
!/.editorconfig
!/.scrutinizer.yml
!/.travis.yml
!/.php_cs
!/.github/
!/.codeclimate.yml
!/.mention-bot
!/.env.example
# Others #
##########
__pycache__
*.pyc
*.swp
Thumbs.db
config.php
html/css/custom/*
html/images/custom/*
html/plugins/*
!html/plugins/Test/
includes/custom/*
junk
nbproject
patches
!/lib/yaml
/vendor
/node_modules
npm-debug.log
yarn-error.log
composer.phar
_ide_helper.php
_ide_helper_models.php
resources/views/menu/custom.blade.php
# Docs #
########
out
librenms_theme