diff --git a/.gitignore b/.gitignore index 17f4352..39d0080 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ pom.xml.asc .log log dev-config.edn +test-config.edn diff --git a/test-config.edn b/test-config.edn deleted file mode 100644 index 42b7146..0000000 --- a/test-config.edn +++ /dev/null @@ -1,6 +0,0 @@ -;; WARNING -;; The test-config.edn file is used for local environment variables, such as database credentials. -;; This file is listed in .gitignore and will be excluded from version control by Git. - -{:port 3000 - }