# ---> CakePHP
# CakePHP 3

/vendor/*
/config/app.php

/tmp/cache/models/*
!/tmp/cache/models/empty
/tmp/cache/persistent/*
!/tmp/cache/persistent/empty
/tmp/cache/views/*
!/tmp/cache/views/empty
/tmp/sessions/*
!/tmp/sessions/empty
/tmp/tests/*
!/tmp/tests/empty

/logs/*
!/logs/empty

# CakePHP 2

/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*

# Local editor/deploy configuration
/.vscode/ftp-sync.json
/.vscode/sftp.json

.vscode/ftp-sync.json
.vscode/sftp.json

sync_config.jsonc

# Patient uploads are runtime data, never source-control content.
/upload/*/

# Zugangsdaten - gehoeren nie in die Versionierung.
# Vorlage: inc/credentials.example.php
/inc/credentials.php

# Editor-Deploy-Konfigurationen enthalten FTP-Passwoerter.
/.vscode/ftp-sync.json
/.vscode/sftp.json

# Zustand des FTP-Deployments - wird von git-ftp auf dem SERVER gefuehrt,
# die lokale Kopie ist nur ein Abbild und gehoert nicht in die Versionierung.
/.git-ftp.log
