mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
🚢 Simplified docker builds (#456)
* Simplify docker builds * Ignore docker and frontend scripts from PHP related checks * Update docker development setup
This commit is contained in:
committed by
GitHub
parent
3ed91545d1
commit
23f6b1877f
@@ -1,21 +1,28 @@
|
||||
.dev/
|
||||
.idea/
|
||||
.git/
|
||||
|
||||
.github/
|
||||
database/*.sqlite
|
||||
docker/
|
||||
!docker/production/entrypoint.d
|
||||
!docker/production/inject.sh
|
||||
|
||||
node_modules/
|
||||
|
||||
database/*.sqlite
|
||||
storage/app/*
|
||||
!storage/app/templates*
|
||||
storage/fonts/*
|
||||
storage/framework/cache/data/*
|
||||
storage/framework/sessions/*
|
||||
storage/framework/views/*
|
||||
storage/logs/*
|
||||
|
||||
tests/
|
||||
vendor/
|
||||
|
||||
.dockerignore
|
||||
.editorconfig
|
||||
.env
|
||||
.env.example
|
||||
.env.testing
|
||||
.eslintrc.mjs
|
||||
.gitattributes
|
||||
@@ -33,4 +40,3 @@ invoiceshelf.code-workspace
|
||||
package-lock.json
|
||||
phpunit.xml
|
||||
readme.md
|
||||
version.md
|
||||
|
||||
Reference in New Issue
Block a user