Files
lis/.gitignore
2025-07-16 07:40:40 +07:00

11 lines
231 B
Plaintext

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