Skip to content

Commit 1d2aab9

Browse files
committed
update 1.3.9c
1 parent f5e1275 commit 1d2aab9

26 files changed

+52
-3303
lines changed

.gitignore

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
1+
# Plugin Specific ignores
2+
default_env.tres
3+
icon.png
4+
icon.png.import
5+
project.godot
6+
scn/
7+
override.cfg
18

29
# Godot-specific ignores
310
.import/
4-
5-
# Imported translations (automatically generated from CSV files)
6-
*.translation
11+
export.cfg
12+
export_presets.cfg
713

814
# Mono-specific ignores
915
.mono/
1016
data_*/
11-
mono_crash.*.json
12-
13-
# System/tool-specific ignores
14-
.directory
15-
*~
16-
17-
# Plugin specific ignores
18-
screenshots/
19-
20-
21-
22-
23-
24-
25-
26-

addons/github-integration/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="GitHub integration"
44
description="Plugin to integrate GitHub requests directly via Godot Engine Editor"
55
author="Nicolo (fenix) Santilio"
6-
version="1.3.7"
6+
version="1.3.9c"
77
script="scripts/github-integration.gd"

0 commit comments

Comments
 (0)