453f4653c3
Relates to #420 Fixes: - [all] remove Nginx' 'server_name' attribute - [dev] create the phpinfo() script from the Dockerfile Modifications: - [all] remove documentation/guide (to be added to the wiki) - [all] update maintainer information - [prod] differentiate 'master' (:latest) and 'stable' (:stable) images Signed-off-by: VirtualTam <virtualtam@flibidi.net>
31 lines
716 B
Text
31 lines
716 B
Text
# Set default behavior
|
|
* text=auto eol=lf
|
|
|
|
# Ensure sources are processed
|
|
*.conf text
|
|
*.css text
|
|
*.html text diff=html
|
|
*.js text
|
|
*.md text
|
|
*.php text diff=php
|
|
Dockerfile text
|
|
|
|
# Do not alter images nor minified scripts
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.png binary
|
|
*.min.css binary
|
|
*.min.js binary
|
|
|
|
# Exclude from Git archives
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
composer.json export-ignore
|
|
doc/**/*.json export-ignore
|
|
doc/**/*.md export-ignore
|
|
docker/ export-ignore
|
|
Doxyfile export-ignore
|
|
Makefile export-ignore
|
|
phpunit.xml export-ignore
|
|
tests/ export-ignore
|