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 f00fac7 commit d78994b
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,8 +3,6 @@
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/node_modules/
Expand All @@ -18,3 +16,4 @@ pom.xml.asc
/log/
/examples/gocd/server/config/
/examples/teamcity/data/
/test/integration/wiremock-standalone-*.jar
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
:ring {:handler buildviz.main/app
:init buildviz.main/help}
:aot [buildviz.bundle]
:jar-exclusions [#"docker/.*"]
:profiles {:dev {:dependencies [[javax.servlet/servlet-api "2.5"]
[ring-mock "0.1.5"]
[clj-http-fake "1.0.3"]]
Expand Down

0 comments on commit d78994b

Please sign in to comment.