From a3a8958f1d45efc722199e8376e9e26053f4cad1 Mon Sep 17 00:00:00 2001 From: schmittrigger Date: Wed, 5 Apr 2017 18:27:56 +0200 Subject: [PATCH] [LIBSDK] add directories to .gitignore file --- .gitignore | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7214879..f7b96cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ .DS_Store composer.lock /vendor/ -/docs/ /.idea/ + +#ignore SDK files +example* +helper* +ratepay_credentials.php \ No newline at end of file diff --git a/composer.json b/composer.json index d5c6c50..97d2c0e 100755 --- a/composer.json +++ b/composer.json @@ -32,4 +32,4 @@ "RatePAY\\Tests\\": "tests/" } } -} +} \ No newline at end of file