From 29efb293d021ab7a4632e3b98a639beea55e009e Mon Sep 17 00:00:00 2001 From: Alexej Haak Date: Sun, 26 Feb 2017 18:41:43 +0100 Subject: [PATCH] add yaml to verbatim --- project/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/default.properties b/project/default.properties index 457d41f..458e802 100644 --- a/project/default.properties +++ b/project/default.properties @@ -4,4 +4,4 @@ dbhost=localhost dbport=5432 dbuser=postgres dbpassword=postgres -verbatim=.idea/* docker-compose.yml README.md *.xml *.png *.scala *.sql *.html +verbatim=.idea/* docker-compose.yml README.md *.xml *.png *.scala *.sql *.html *.yaml