From f670bd84430b3e879ee897af560f5330cf396f30 Mon Sep 17 00:00:00 2001 From: sanketmeghani Date: Tue, 30 Aug 2016 19:45:52 +0530 Subject: [PATCH] Adding .gitignore --- flyway-migration/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 flyway-migration/.gitignore diff --git a/flyway-migration/.gitignore b/flyway-migration/.gitignore new file mode 100644 index 0000000000..abffe04ed2 --- /dev/null +++ b/flyway-migration/.gitignore @@ -0,0 +1,4 @@ +.classpath +.project +.settings +target/ \ No newline at end of file