Ignore .env and cache files
This commit is contained in:
+10
@@ -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
|
||||
Reference in New Issue
Block a user