From 8bb5b2ba70a5eb435f0acb3947d5f21bdf61db02 Mon Sep 17 00:00:00 2001 From: Mikhail Golod Date: Thu, 3 Mar 2016 09:05:43 +0300 Subject: [PATCH 1/2] fixed .gitignore target and .idea are directories --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c50ac19..27cc7a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -/target +target/ .classpath .project .settings -/.idea +.idea/ *.iml \ No newline at end of file From 72013ef820b55951624cef3fdbf29d82de4a8c6f Mon Sep 17 00:00:00 2001 From: Mikhail Golod Date: Thu, 3 Mar 2016 09:07:27 +0300 Subject: [PATCH 2/2] don't store IDE project files --- .idea/.name | 1 - .idea/compiler.xml | 32 ----- .idea/copyright/profiles_settings.xml | 3 - .idea/encodings.xml | 5 - ..._collections_commons_collections_3_2_1.xml | 13 -- .idea/libraries/Maven__junit_junit_4_11.xml | 13 -- .../Maven__org_dbunit_dbunit_2_4_9.xml | 13 -- .../Maven__org_hamcrest_hamcrest_core_1_3.xml | 13 -- .../Maven__org_slf4j_slf4j_api_1_7_5.xml | 13 -- .../Maven__org_slf4j_slf4j_jdk14_1_7_5.xml | 13 -- .idea/misc.xml | 18 --- .idea/modules.xml | 9 -- .idea/scopes/scope_settings.xml | 5 - .idea/uiDesigner.xml | 125 ------------------ .idea/vcs.xml | 7 - liquibase-oracle.iml | 22 --- 16 files changed, 305 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml delete mode 100644 .idea/libraries/Maven__junit_junit_4_11.xml delete mode 100644 .idea/libraries/Maven__org_dbunit_dbunit_2_4_9.xml delete mode 100644 .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml delete mode 100644 .idea/libraries/Maven__org_slf4j_slf4j_api_1_7_5.xml delete mode 100644 .idea/libraries/Maven__org_slf4j_slf4j_jdk14_1_7_5.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/scopes/scope_settings.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml delete mode 100644 liquibase-oracle.iml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index c272b76..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -liquibase-oracle \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index b9af031..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index e206d70..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml b/.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml deleted file mode 100644 index 3caee7e..0000000 --- a/.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__junit_junit_4_11.xml b/.idea/libraries/Maven__junit_junit_4_11.xml deleted file mode 100644 index f33320d..0000000 --- a/.idea/libraries/Maven__junit_junit_4_11.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_dbunit_dbunit_2_4_9.xml b/.idea/libraries/Maven__org_dbunit_dbunit_2_4_9.xml deleted file mode 100644 index a92aefb..0000000 --- a/.idea/libraries/Maven__org_dbunit_dbunit_2_4_9.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml deleted file mode 100644 index f58bbc1..0000000 --- a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_5.xml b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_5.xml deleted file mode 100644 index 6f808f1..0000000 --- a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_5.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_jdk14_1_7_5.xml b/.idea/libraries/Maven__org_slf4j_slf4j_jdk14_1_7_5.xml deleted file mode 100644 index deb5c05..0000000 --- a/.idea/libraries/Maven__org_slf4j_slf4j_jdk14_1_7_5.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 67fd0c4..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index d399a37..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 3b00020..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 275077f..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/liquibase-oracle.iml b/liquibase-oracle.iml deleted file mode 100644 index 846577c..0000000 --- a/liquibase-oracle.iml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file