Skip to content

Commit 2ad4352

Browse files
Move source gen to res://Template/Source Gens
1 parent ca0b665 commit 2ad4352

File tree

350 files changed

+3987
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+3987
-69
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Godot
2+
.godot/*
3+
Exported/*
4+
.import/
5+
export.cfg
6+
export_presets.cfg
7+
*.translation
8+
9+
# GdUnit4
10+
TestResults/
11+
12+
# Mono-specific
13+
.mono/
14+
data_*/
15+
mono_crash.*.json
16+
17+
# Visual Studio
18+
.vs/*
19+
Properties/*
20+
21+
# Visual Studio Code
22+
.vscode/*
23+
124
# enet custom
225
ENet-CSharp.dll
326

@@ -9,3 +32,8 @@ enet.dylib
932

1033
# os files
1134
.DS_Store
35+
36+
# Include these files
37+
!**/*.gdignore
38+
!.vscode/settings.json
39+
!.vscode/extensions.json

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "GodotProject/Template/GodotUtils"]
2-
path = GodotProject/Template/GodotUtils
1+
[submodule "Template/GodotUtils"]
2+
path = Template/GodotUtils
33
url = https://github.com/ValksGodotTools/GodotUtils
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)