# AtomFW 2 - Storage Engine ### --- Środowisko & Wrażliwe Dane (.env) --- ### # Wszystkie warianty plików konfiguracyjnych i haseł .env .env.* .env*.local *.env *.env.production !.env.example !.env.example.* !.env.sample # Klucze prywatne, certyfikaty i tokeny autoryzacji OAuth/S3 *.key *.pem *.crt *.p12 *.pfx id_rsa* secrets.json credentials.json credentials*.json client_secret*.json token*.json oauth_token*.json storage_keys*.json ### --- PHP & Composer --- ### # Zależności i paczki zewnętrzne /vendor/ composer.phar doctum.phar .phpunit.result.cache .php_cs.cache .php-cs-fixer.cache ### --- Logi, Raporty & Pliki Tymczasowe --- ### *.log *.t4log *.cache *.tt /runtime/cache/* !/runtime/cache/.gitkeep /runtime/temp/* !/runtime/temp/.gitkeep /runtime/logs/* !/runtime/logs/.gitkeep /runtime/sessions/* !/runtime/sessions/.gitkeep /runtime/docs/* !/runtime/docs/.gitkeep ### --- Magazyn Danych & Uploady (Storage) --- ### /storage/public/**/ /storage/private/**/ /storage/uploads/* !/storage/uploads/.gitkeep /storage/temp/* !/storage/temp/.gitkeep /storage/backups/* !/storage/backups/.gitkeep /storage/cache/* !/storage/cache/.gitkeep # Lokalne bazy danych SQLite i zrzuty *.sqlite *.sqlite3 *.db *.sql.gz *.dump ### --- Node & Asset Tools --- ### node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* ### --- Systemowe i IDE --- ### # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # macOS .DS_Store .AppleDouble .LSOverride ._* # Linux *~ .directory # IDEs & Edytory .vscode/ .idea/ *.sublime-project *.sublime-workspace *.swp *.swo # Narzędzia agentowe / asystenci .qodo/ ### --- Atom Core --- ### autoload.php doctum.config.php /Atom/Report/report_function.php /Atom/Report/AutoReport.php