Files
lis/.gitignore
2025-07-17 07:41:21 +07:00

14 lines
275 B
Plaintext

# Ignore environment files
mergekemain.sh
# Ignore Laravel cache, logs, and storage
/htdocs/storage/*
/database
!/htdocs/storage/.gitignore
/htdocs/.env
# Ignore bootstrap cache
/htdocs/bootstrap/cache/*
/htdocs/listenerlis/listener.log
!/htdocs/bootstrap/cache/.gitignore