first commit
This commit is contained in:
56
.updateignore
Normal file
56
.updateignore
Normal file
@@ -0,0 +1,56 @@
|
||||
# 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
|
||||
|
||||
# Narzedzia serwisowe
|
||||
test.php
|
||||
_backup.php
|
||||
_restore.php
|
||||
restore.php
|
||||
log.txt
|
||||
|
||||
# Pliki uzytkownika (nie nadpisywac)
|
||||
upload/
|
||||
images/
|
||||
templates_user/
|
||||
plugins/
|
||||
|
||||
# Temp / cache / backups
|
||||
temp/
|
||||
backups/
|
||||
cache/
|
||||
cron/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.serena/
|
||||
|
||||
# Cache testow
|
||||
.phpunit.result.cache
|
||||
Reference in New Issue
Block a user