mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
163d0b4f88
* fix: Erros in the documentations for CentOS 7 * fix: Erros in the documentations for CentOS 7 * fix: Erros in the documentations for CentOS 7 * fix: Erros in the documentations for CentOS 7 * Some corrections to make docs work as intended. * re-add httpd_execmem for nginx
35 lines
419 B
Plaintext
35 lines
419 B
Plaintext
# Ignore all dotfiles #
|
|
#######################
|
|
.*
|
|
!/.gitignore
|
|
!/.editorconfig
|
|
!/.scrutinizer.yml
|
|
!/.travis.yml
|
|
!/.php_cs
|
|
!/.github/
|
|
!/.codeclimate.yml
|
|
!/.mention-bot
|
|
|
|
# Others #
|
|
##########
|
|
*.swp
|
|
/composer.lock
|
|
Thumbs.db
|
|
config.php
|
|
html/css/custom/*
|
|
html/images/custom/*
|
|
html/plugins/*
|
|
!html/plugins/Test/
|
|
includes/custom/*
|
|
junk
|
|
nbproject
|
|
patches
|
|
!/lib/yaml
|
|
/vendor
|
|
composer.phar
|
|
|
|
# Docs #
|
|
########
|
|
out
|
|
librenms_theme
|