Files
lis/.gitignore
2025-06-21 10:53:52 +07:00

10 lines
180 B
Plaintext

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