From 594cbcd91f190b15176ee27fdb9b29f5ab4e5fc5 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Sat, 25 Mar 2023 18:39:12 +0100 Subject: [PATCH] Use same git-ignore for all projects. --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d06d608..f4dbe42 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ pom.xml.versionsBackup pom.xml.releaseBackup release.properties .DS_Store +.idea /package-lock.json diff --git a/package.json b/package.json index 0e54820..c3735cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-util", - "version": "0.1.0", + "version": "3.2.0", "description": "Jenkins Plugin Utilities API Plugin", "directories": { "doc": "doc"