Setup gdcef addon

This commit is contained in:
Marek S. Łukasiewicz 2025-02-20 10:54:05 +01:00
parent e21e7aadbc
commit 6d93630e50
3 changed files with 26 additions and 2 deletions

5
.gitignore vendored
View file

@ -14,6 +14,11 @@ compile_commands.json
# Ignore addons files (copied from submodules), except uid created on import
/project/addons/godot-xr-tools/**
!/project/addons/godot-xr-tools/**/*.uid
/project/addons/gdcef/**
!/project/addons/gdcef/**/*.uid
# Chrome Embedded Framework binaries
/project/cef_artifacts
# Created by https://www.toptal.com/developers/gitignore/api/c++,godot,scons,python
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,godot,scons,python