mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 15:37:53 +00:00
ignore more things
This commit is contained in:
parent
9166b20d42
commit
aed7addfb5
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
|
/.devcontainer
|
||||||
|
/.github
|
||||||
/.phpunit.cache
|
/.phpunit.cache
|
||||||
|
/database/*.sqlite
|
||||||
|
/bootstrap/cache/*
|
||||||
/node_modules
|
/node_modules
|
||||||
/public/build
|
/public/build
|
||||||
/public/hot
|
/public/hot
|
||||||
|
|
@ -6,6 +10,7 @@
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
/storage/pail
|
/storage/pail
|
||||||
/vendor
|
/vendor
|
||||||
|
.editorconfig
|
||||||
.env
|
.env
|
||||||
.env.backup
|
.env.backup
|
||||||
.env.production
|
.env.production
|
||||||
|
|
@ -20,5 +25,3 @@ yarn-error.log
|
||||||
/.idea
|
/.idea
|
||||||
/.vscode
|
/.vscode
|
||||||
/.zed
|
/.zed
|
||||||
/bootstrap/cache/*
|
|
||||||
/database/database.sqlite
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue