From b1cad04fdf3f4999e9705ff7aa6f89ef11f7cec4 Mon Sep 17 00:00:00 2001 From: "Reindl David (IT-PTR-CEN2-SL10)" Date: Sat, 2 May 2026 17:51:53 +0200 Subject: [PATCH] improvements in configuration options and testing Co-authored-by: Copilot --- .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..464e9ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +# Composer / Dependency Management +vendor/ +composer.lock + +# IDE / Editor +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store +.project +.settings/ +*.sublime-workspace +*.sublime-project + +# PHP +.php_cs.cache +.phpunit.cache +.phpstan.cache +.psalm.cache + +# Testing +coverage/ +.coverage/ +build/ +dist/ + +# Logs +*.log +logs/ + +# Environment Variables +.env +.env.local +.env.*.local + +# Project Specific +config/config-*.json +config/import/source/*.csv +config/import/output/*.csv +config/import/archive/*.csv +config/import/error/*.csv +import/ +output/ + +# OS +Thumbs.db +.AppleDouble +.LSOverride + +# Docker +.dockerignore +docker-compose.override.yml + +# Temporary Files +*.tmp +*.bak +*.backup +/tmp/