From 80bed74f571cfea6734268144fa3736ab9945978 Mon Sep 17 00:00:00 2001 From: Josef Ludvicek Date: Mon, 29 May 2017 15:20:27 +0200 Subject: [PATCH] [gitignore] Don't track attachments and login credentials in git --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 5273191..1451a30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ # Created by .ignore support plugin (hsz.mobi) + +#ignore downloaded attachments from ISDS +camel-isds-attachment-store + +# ignore property file with isds credentials (used for integration tests) +isds-config.properties + ### Java template *.class