Ignore .env and cache files

This commit is contained in:
servdal
2025-06-21 10:53:52 +07:00
parent 7f9daeeef3
commit c6e3e37ca1
2 changed files with 10 additions and 68 deletions
+10
View File
@@ -0,0 +1,10 @@
# Ignore environment files
.env
# Ignore Laravel cache, logs, and storage
/storage/*
!/storage/.gitignore
# Ignore bootstrap cache
/bootstrap/cache/*
!/bootstrap/cache/.gitignore