Skip to content

Commit 9b9768f

Browse files
authored
Initial commit
0 parents  commit 9b9768f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Godot 4+ specific ignores
2+
.godot/
3+
4+
# Godot-specific ignores
5+
.import/
6+
export.cfg
7+
export_presets.cfg
8+
9+
# Imported translations (automatically generated from CSV files)
10+
*.translation
11+
12+
# Mono-specific ignores
13+
.mono/
14+
data_*/
15+
mono_crash.*.json

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# godot-simple-gemini-api
2+
As possible as simple call Gemini API

0 commit comments

Comments
 (0)