From f6870c58830af3b22617968f7647a91b6a9962bc Mon Sep 17 00:00:00 2001 From: purigarcia Date: Thu, 4 Jun 2015 12:29:27 +0200 Subject: [PATCH] update the project structure --- automationTest/resources/.gitignore | 4 ++++ automationTest/src/test/resources/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 automationTest/resources/.gitignore create mode 100644 automationTest/src/test/resources/.gitignore diff --git a/automationTest/resources/.gitignore b/automationTest/resources/.gitignore new file mode 100644 index 00000000..86d0cb27 --- /dev/null +++ b/automationTest/resources/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/automationTest/src/test/resources/.gitignore b/automationTest/src/test/resources/.gitignore new file mode 100644 index 00000000..86d0cb27 --- /dev/null +++ b/automationTest/src/test/resources/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file -- 2.11.0