Skip to content

Commit 476327b

Browse files
authored
Ignore Backstitch files (new name for Godot Patchwork) (#2106)
As well as updating these lines for the rename, this also un-ignores the launcher itself. Upstream, I proposed ignoring these in the template <inkandswitch/backstitch-launcher#6> along with some other files, but the rules to ignore the launcher were declined: > For this PR, I'm keeping the launcher/updater checked into git -- I > imagine most users would actually want the scripts checked in for easy > dev work (otherwise everyone would have to come download the > launcher!) Resolves #2105
1 parent 62123bc commit 476327b

2 files changed

Lines changed: 6 additions & 42 deletions

File tree

.gitignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ __MACOSX
3131
# LibreOffice lock files, created while editing credits CSV files
3232
.~lock.*#
3333

34-
# Godot Patchwork addon, bundled editor build, launcher, updater, and
35-
# config/state files
36-
.patchwork
37-
.patchwork_version
38-
/addons/patchwork/
34+
# Godot Backstitch addon, bundled editor build, and config/state files, from
35+
# https://github.com/inkandswitch/backstitch-launcher/blob/main/.gitignore.template
36+
/addons/backstitch/
3937
/godot_editor/
40-
launch-patchwork.exe
41-
patchwork.cfg
42-
update-patchwork.exe
38+
.backstitch_version
39+
/.backstitch/
40+
backstitch.cfg

0 commit comments

Comments
 (0)