diff --git a/.gitignore b/.gitignore index 829d866..17f4352 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ pom.xml.asc .cpcache/ .log log +dev-config.edn diff --git a/dev-config.edn b/dev-config.edn deleted file mode 100644 index d27bc99..0000000 --- a/dev-config.edn +++ /dev/null @@ -1,10 +0,0 @@ -;; WARNING -;; The dev-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. - -{:dev true - :port 3000 - ;; when :nrepl-port is set the application starts the nREPL server on load - :nrepl-port 7000 - - }