17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
# Ignore environment files
|
|
|
|
mergekemain.sh
|
|
# Ignore Laravel cache, logs, and storage
|
|
/htdocs/storage/
|
|
/htdocs/.env
|
|
/hotdocs/vendor/
|
|
/hotdocs/listenerlis/
|
|
|
|
/node_modules/
|
|
/npm-debug.log
|
|
/yarn-error.log
|
|
# Ignore bootstrap cache
|
|
/htdocs/bootstrap/cache/*
|
|
.env
|
|
!/htdocs/bootstrap/cache/.gitignore
|