chore: remove committed vendor directory from git
- Remove vendor/ from git tracking - Uncomment /vendor in .gitignore to prevent future commits - Dependencies will be installed via CI/CD with VPN + Nexus cache
This commit is contained in:
parent
6366843e47
commit
ab0e9517ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,7 +4,7 @@
|
|||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
# /vendor
|
/vendor
|
||||||
.env
|
.env
|
||||||
.env.backup
|
.env.backup
|
||||||
.env.production
|
.env.production
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user