11 lines
195 B
Plaintext
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
|