Files
lis/.gitignore
2025-06-23 14:30:25 +07:00

11 lines
195 B
Plaintext

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