Remove file that shouldn't have been committed

This commit is contained in:
Charlotte Allen 2020-01-06 11:01:55 -08:00
parent 6448bd979a
commit cf8467e920
No known key found for this signature in database
GPG Key ID: 3A64C3A6C69860B0
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ pom.xml.asc
.cpcache/
.log
log
dev-config.edn

View File

@ -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
}