librenms/.gitignore
CrazyMax 03d562f587
Remove Travis support (#12416)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-01-04 21:17:55 -06:00

43 lines
586 B
Plaintext

# Ignore all dotfiles #
#######################
.*
!/.gitignore
!/.editorconfig
!/.scrutinizer.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
resources/js/vue-i18n-locales.generated.js
# Docs #
########
out
librenms_theme