php-mpos/.gitignore
iAmShorty cf00271802 Disable Sound in Dashboard
- Admin Settings to disable Button and Notification on Dashboard
- Save Buttonstate even if you open another page and come back to Dashboard
2016-06-30 11:19:01 +02:00

43 lines
662 B
Plaintext

# Local Config
/include/config/global.inc.php
/include/config/security.inc.php
# Templates
/templates/compile/*.php
/templates/compile/**
/templates/cache/*.php
/templates/cache/**
# Logs
/cronjobs/logs
/cronjobs/logs/**.txt.*.gz
/logs/*
# Test configs
/include/config/global.inc.test.php
/include/config/global.inc.scrypt.php
/include/config/global.inc.sha.php
# Test files
/scripts/test.php
/cronjobs/test.php
# IDE Settings
/.idea/*
.buildpath
.project
.settings
# Site specific Files
/public/robots.txt
/public/sitemap.xml
/public/sitemap.gz
/public/sitemap.tar.gz
/public/.htaccess
/vendor/
tests/_output/*
# NetBeans Project Directory
/nbproject/*