Skip to content

Commit 4d94bdd

Browse files
improve gitignore (#250)
1 parent 21608b0 commit 4d94bdd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
project-icon.png
44
project.godot
55
test-scenes
6-
/dialogic
76
/.import
87
/default_env.tres
98
/icon.png
109
*.import
1110
/.vscode
12-
/addons/godot-plugin-refresher
13-
/addons/explore-editor-theme
1411
/previous
1512
export_presets.cfg
16-
/builds
13+
/builds
14+
15+
# Only add dialogic plugin
16+
/addons/*
17+
!/addons/dialogic
18+
# Ignore dialogic resources
19+
/dialogic
20+
# Place test project files here
21+
/test-project

0 commit comments

Comments
 (0)