ignoe backup folder on deployment
All checks were successful
CI/CD Pipeline / deploy (push) Successful in 25s
CI/CD Pipeline / promote_stable (push) Successful in 2s

This commit is contained in:
2026-02-26 17:22:44 +01:00
parent 6a10087bee
commit 7b22d89dfd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@
/storage/framework
/storage/*.key
/storage/pail
/backups
/storage/framework/views/*.php
/bootstrap/cache/*.php
/custom

View File

@@ -98,5 +98,5 @@
"minimum-stability": "stable",
"prefer-stable": true,
"version": "26.0.3",
"build": "102"
"build": "103"
}