mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +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
|
||||
/database/*.sqlite
|
||||
/bootstrap/cache/*
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
|
|
@ -6,6 +10,7 @@
|
|||
/storage/*.key
|
||||
/storage/pail
|
||||
/vendor
|
||||
.editorconfig
|
||||
.env
|
||||
.env.backup
|
||||
.env.production
|
||||
|
|
@ -20,5 +25,3 @@ yarn-error.log
|
|||
/.idea
|
||||
/.vscode
|
||||
/.zed
|
||||
/bootstrap/cache/*
|
||||
/database/database.sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue