Files
Duidev Software House 48dd3b9009 Update
2025-12-07 14:33:14 +07:00

30 lines
548 B
Plaintext

# Ignore environment files
mergekemain.sh
# Ignore Laravel cache, logs, and storage
/htdocs/.DS_Store
/htdocs/.env
/htdocs/vendor/
/htdocs/database/seeders/data/
/htdocs/listenerlis/
/htdocs/public/plugins
/htdocs/public/high
/htdocs/storage/*.key
/htdocs/storage/logs/*
/htdocs/storage/framework/cache/*
/htdocs/storage/framework/sessions/*
/htdocs/storage/framework/views/*
/node_modules/
/npm-debug.log
/yarn-error.log
# Ignore bootstrap cache
/htdocs/bootstrap/cache/*
.env
!/htdocs/bootstrap/cache/.gitignore
.DS_Store
Thumbs.db
.DS_Store