Update Git Ignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user