2026-03-31 01:17:24 +07:00
|
|
|
# **/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
|
2026-03-29 19:35:21 +07:00
|
|
|
|
2026-03-31 01:17:24 +07:00
|
|
|
# # Ignore large archives that slow down docker build context
|
|
|
|
|
# *.zip
|
|
|
|
|
# *.tar.gz
|
2026-04-02 23:05:21 +07:00
|
|
|
# *.sqlstorage/framework/sessions/*
|
2026-04-03 20:41:20 +07:00
|
|
|
storage/framework/sessions/*
|
|
|
|
|
storage/framework/views/*
|
|
|
|
|
storage/framework/cache/*
|
2026-04-27 08:58:08 +07:00
|
|
|
bootstrap/cache/*
|