Files
shopPRO/.updateignore
Jacek dc487cbfab chore: dodano SonarQube i .paul do .updateignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:11:35 +01:00

61 lines
822 B
Plaintext

# Dokumentacja (tylko wewnetrzna/deweloperska)
*.md
docs/
CLAUDE.md
AGENTS.md
# Narzedzia deweloperskie
.claude/
.gitignore
.git/
tests/
phpunit.xml
phpunit.phar
composer.json
composer.lock
vendor/
test.ps1
memory/
# Infrastruktura aktualizacji (meta, nie runtime)
updates/
.updateignore
build-update.ps1
migrations/
# Pliki konfiguracyjne klienta (wdrazane osobno)
config.php
.htaccess
admin/.htaccess
libraries/version.ini
# Lokalne style
layout/style-css/style.css
layout/style-css/style.css.map
layout/style-scss/style.scss
layout/style-scss/_mixins.scss
layout/style-scss/_mixins.css
# macOS metadata
*.DS_Store
# Temp / cache / backups
temp/
backups/
cache/
cron/temp/
# IDE
.vscode/
.serena/
# Cache testów
.phpunit.result.cache
# SonarQube
.scannerwork/
sonar-project.properties
# Paul framework
.paul/