mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
6f108a4203
* Do not extract embedded app on every execution * Add app_checksum.txt to .dockerignore * Rename embeddedAppHash to embeddedAppChecksum * Remove check for empty directory
15 lines
153 B
Plaintext
15 lines
153 B
Plaintext
# ignored
|
|
**/*
|
|
|
|
# authorized
|
|
!**/Caddyfile
|
|
!**/*.go
|
|
!**/go.*
|
|
!**/*.c
|
|
!**/*.h
|
|
!testdata/*.php
|
|
!testdata/*.txt
|
|
!build-static.sh
|
|
!app.tar
|
|
!app_checksum.txt
|