From 7cf638400c2f3107dd17f21dc84d3898dc9a9fb7 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 20 Mar 2017 18:55:11 +0100 Subject: [PATCH] ignore application properties for the 'dev' profile --- pdb-ui/src/main/resources/.gitignore | 2 +- pdb-ui/src/main/resources/application-dev.properties | 1 - pdb-ui/src/main/resources/application-dev.properties.example | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 pdb-ui/src/main/resources/application-dev.properties create mode 100644 pdb-ui/src/main/resources/application-dev.properties.example diff --git a/pdb-ui/src/main/resources/.gitignore b/pdb-ui/src/main/resources/.gitignore index 15d37de..6a5251c 100644 --- a/pdb-ui/src/main/resources/.gitignore +++ b/pdb-ui/src/main/resources/.gitignore @@ -1 +1 @@ -/config.user.properties +/application-dev.properties \ No newline at end of file diff --git a/pdb-ui/src/main/resources/application-dev.properties b/pdb-ui/src/main/resources/application-dev.properties deleted file mode 100644 index 8a64cf7..0000000 --- a/pdb-ui/src/main/resources/application-dev.properties +++ /dev/null @@ -1 +0,0 @@ -db.base=/home/andi/ws/performanceDb/db diff --git a/pdb-ui/src/main/resources/application-dev.properties.example b/pdb-ui/src/main/resources/application-dev.properties.example new file mode 100644 index 0000000..12b3e63 --- /dev/null +++ b/pdb-ui/src/main/resources/application-dev.properties.example @@ -0,0 +1 @@ +db.base=/tmp/pdb