Update Git Ignore

This commit is contained in:
servdal
2025-07-16 07:40:40 +07:00
parent 9471bf22f5
commit 87255f9965
2 changed files with 10 additions and 6 deletions

12
.gitignore vendored
View File

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