update
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m50s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Build, Push and Deploy / deploy-staging (push) Successful in 33s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-04 23:30:59 +07:00
parent 1dde763a73
commit e34027132e
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# **/node_modules **/node_modules
# **/vendor **/vendor
# #.env # #.env
# .env.backup # .env.backup
# .git # .git

5
.gitignore vendored
View File

@@ -1,7 +1,7 @@
/node_modules /node_modules
/public/build /public/build
/public/hot /public/hot
#/vendor /vendor
.env .env
.env.backup .env.backup
.phpunit.result.cache .phpunit.result.cache
@@ -21,5 +21,4 @@ yarn-error.log
.qodo .qodo
.camel-jbang .camel-jbang
dump/ dump/
db/ db/
composer.lock