From e534aac049c3ae7d99bdccaa2307d1244c4186fa Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 19 May 2023 16:08:44 +0200 Subject: [PATCH] add gitignore --- .gitignore | 1 + project.clj | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/project.clj b/project.clj index eaef749..b3e6494 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jira "0.1.0-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jira "0.1.0" :description "jira c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -47,3 +47,4 @@ "/usr/local/bin/c4k-jira-standalone.jar"]}) one.jar"]}) .jar"]}) +.jar"]})