From d8163ae1081b8f7a10c7c2e9ba39b6b48b2b5aa6 Mon Sep 17 00:00:00 2001 From: limuy Date: Sat, 1 Jun 2024 00:17:10 +0800 Subject: [PATCH] add ignore for gdcpp --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 378b916..476c10a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ data_*/ mono_crash.*.json target/ + +# Godot Cpp +gdcpp/extension_api.json \ No newline at end of file