aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-12-24 17:17:46 +0100
committerVirtualTam <virtualtam@flibidi.net>2016-01-02 19:01:33 +0100
commit453f4653c325dc23193e16432170bf634c42e8a2 (patch)
treee74568a125834e977725fe992f458e7739d2c57a /.gitattributes
parent0baf7842fc0cf4cbd5ca2b8c5ae6dc7a59c07700 (diff)
downloadShaarli-453f4653c325dc23193e16432170bf634c42e8a2.tar.gz
Shaarli-453f4653c325dc23193e16432170bf634c42e8a2.tar.zst
Shaarli-453f4653c325dc23193e16432170bf634c42e8a2.zip
Docker: move Dockerfiles to the main repository
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>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e616be28..aaf6a39e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,11 +2,13 @@
2* text=auto eol=lf 2* text=auto eol=lf
3 3
4# Ensure sources are processed 4# Ensure sources are processed
5*.conf text
5*.css text 6*.css text
6*.html text diff=html 7*.html text diff=html
7*.js text 8*.js text
8*.md text 9*.md text
9*.php text diff=php 10*.php text diff=php
11Dockerfile text
10 12
11# Do not alter images nor minified scripts 13# Do not alter images nor minified scripts
12*.ico binary 14*.ico binary
@@ -22,6 +24,7 @@
22composer.json export-ignore 24composer.json export-ignore
23doc/**/*.json export-ignore 25doc/**/*.json export-ignore
24doc/**/*.md export-ignore 26doc/**/*.md export-ignore
27docker/ export-ignore
25Doxyfile export-ignore 28Doxyfile export-ignore
26Makefile export-ignore 29Makefile export-ignore
27phpunit.xml export-ignore 30phpunit.xml export-ignore