Export-ignore some files
parent
a8c7753344
commit
0357a59d47
|
@ -0,0 +1,5 @@
|
|||
/.* export-ignore
|
||||
/data/ export-ignore
|
||||
/scripts/ export-ignore
|
||||
/LICENSE export-ignore
|
||||
/README.md export-ignore
|
|
@ -4,7 +4,9 @@
|
|||
#
|
||||
# Copyright (c) Michele Locati, 2018
|
||||
#
|
||||
# MIT license
|
||||
# Source: https://github.com/mlocati/docker-php-extension-installer
|
||||
#
|
||||
# License: MIT - see https://github.com/mlocati/docker-php-extension-installer/blob/master/LICENSE
|
||||
|
||||
# Let's set a sane environment
|
||||
set -o errexit
|
||||
|
|
Loading…
Reference in New Issue