mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
* 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
|