Skip to content

Commit

Permalink
Fix jar containing stale files from development setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Feb 12, 2022
1 parent c447038 commit 50959de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/log/
/examples/gocd/server/config/
/examples/teamcity/data/
/test/smoke/node_modules/
/test/smoke/package-lock.json
/test/smoke/wiremock-standalone-*.jar
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
[wharf "0.2.0-20141115.032457-2"]]
:main build-facts.main
:aot [build-facts.main]
:jar-exclusions [#"docker/.*"]
:profiles {:dev {:dependencies [[clj-http-fake "1.0.3"]]
:plugins [[lein-ancient "1.0.0-RC3"]
[lein-nvd "1.9.0"]]}
Expand Down

0 comments on commit 50959de

Please sign in to comment.