From bf2f1f6fe3bb4b880dc8b46bba523a7ff8de3768 Mon Sep 17 00:00:00 2001 From: liuzhaolu Date: Wed, 8 Nov 2017 16:32:18 +0800 Subject: [PATCH] 提交设备 --- config-repo/application-dev.properties | 1 - config-repo/application-prod.properties | 1 - config-repo/application-test.properties | 1 - config-repo/application.properties | 1 - 4 files changed, 0 insertions(+), 4 deletions(-) delete mode 100644 config-repo/application-dev.properties delete mode 100644 config-repo/application-prod.properties delete mode 100644 config-repo/application-test.properties delete mode 100644 config-repo/application.properties diff --git a/config-repo/application-dev.properties b/config-repo/application-dev.properties deleted file mode 100644 index 14d1209..0000000 --- a/config-repo/application-dev.properties +++ /dev/null @@ -1 +0,0 @@ -from=get-dev-2.0 \ No newline at end of file diff --git a/config-repo/application-prod.properties b/config-repo/application-prod.properties deleted file mode 100644 index 222d014..0000000 --- a/config-repo/application-prod.properties +++ /dev/null @@ -1 +0,0 @@ -from=get-prod-1.0 \ No newline at end of file diff --git a/config-repo/application-test.properties b/config-repo/application-test.properties deleted file mode 100644 index 64c8c58..0000000 --- a/config-repo/application-test.properties +++ /dev/null @@ -1 +0,0 @@ -from=get-test-1.0 \ No newline at end of file diff --git a/config-repo/application.properties b/config-repo/application.properties deleted file mode 100644 index 2190fa6..0000000 --- a/config-repo/application.properties +++ /dev/null @@ -1 +0,0 @@ -from=get-default-1.0 \ No newline at end of file -- libgit2 0.21.4