mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
90bd2275cf
* Unbundle javascript language files automatically generated for each install * update docs * update laravel-vue-i18n-generator a newer (unreleased) verison is need for English fallback to work
44 lines
600 B
Plaintext
44 lines
600 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
|
|
resources/js/vue-i18n-locales.generated.js
|
|
|
|
# Docs #
|
|
########
|
|
out
|
|
librenms_theme
|