# not in master gitignore #
##################
#.afp*
#.nfs*
#.vagrant
#ansible/playbook.retry

# unique to satellite #
/webroot/vendor/*
yarn.lock


# CakePHP specific files #
##########################
/logs/*
/tmp/*
/tmp_cli/*
/vendor/*

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.AppleDouble
Icon?
ehthumbs.db
Thumbs.db
.directory

# Tool specific files #
#######################
# PHPUnit
.phpunit.result.cache
# PHP Composer
composer.lock
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/*
# NetBeans
nbproject/*
# Visual Studio Code
.vscode
# Sass preprocessor
.sass-cache/

# openITCOCKPIT files #
#######################
schema-dump-default.lock
webroot/img/userimages
webroot/img/charts
webroot/img/graphs
webroot/dist
config/interface.yml

# npm modules #
#######################
node_modules
package-lock.json
webroot/package-lock.json
webroot/node_modules
