From 34b13ccb498d7ae1989a8f37c7bd2f36992cde40 Mon Sep 17 00:00:00 2001 From: JLKwong <61807745+JLKwong@users.noreply.github.com> Date: Mon, 26 Apr 2021 22:03:43 -0700 Subject: [PATCH] update `.gitignore` (fixes #2222) (#2223) Co-authored-by: dogi --- .gitignore | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6dfaada232..71c153788a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ # text editors -.*.swp +.*.sw? .vagrant/* diff --git a/package.json b/package.json index d6f49206d2..aecd4761f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.55", + "version": "1.25.56", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",