Files
shopPRO/.updateignore

49 lines
722 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/changelog.php
updates/versions.php
updates/install.php
.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
# Temp / cache / backups
temp/
backups/
cache/
cron/temp/
# IDE
.vscode/