mirror of
https://github.com/usetrmnl/larapaper.git
synced 2026-08-13 14:28:54 -07:00
ignore more things
This commit is contained in:
committed by
Benjamin Nussbaum
parent
9166b20d42
commit
aed7addfb5
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user