Files
kulakpos_web/.dockerignore
eko54r f301d311d6
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m33s
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
update date
2026-05-05 17:54:11 +07:00

30 lines
541 B
Plaintext

**/node_modules
/vendor
# #.env
# .env.backup
# .git
# .phpunit.result.cache
# Homestead.json
# Homestead.yaml
# auth.json
# npm-debug.log
# yarn-error.log
# .idea
# .vscode
# storage/app/public
# storage/app/temp
# storage/app/uploads
# storage/debugbar
# storage/framework/views/*
# public/modules/*
# .qodo
# .camel-jbang
# # Ignore large archives that slow down docker build context
# *.zip
# *.tar.gz
# *.sqlstorage/framework/sessions/*
storage/framework/sessions/*
storage/framework/views/*
storage/framework/cache/*
bootstrap/cache/*