update git ignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,10 +1,10 @@
|
|||||||
# Ignore environment files
|
# Ignore environment files
|
||||||
.env
|
.env
|
||||||
|
mergekemain.sh
|
||||||
# Ignore Laravel cache, logs, and storage
|
# Ignore Laravel cache, logs, and storage
|
||||||
/storage/*
|
/storage/*
|
||||||
!/storage/.gitignore
|
!/storage/.gitignore
|
||||||
|
|
||||||
# Ignore bootstrap cache
|
# Ignore bootstrap cache
|
||||||
/bootstrap/cache/*
|
/bootstrap/cache/*
|
||||||
!/bootstrap/cache/.gitignore
|
!/bootstrap/cache/.gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user