Setup addon installation from submodules
This commit is contained in:
parent
379adbb397
commit
432dca80d0
5 changed files with 18 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,6 +11,10 @@ compile_commands.json
|
|||
# Generated MAVLink headers
|
||||
/include/mavlink
|
||||
|
||||
# Ignore addons files (copied from submodules), except uid created on import
|
||||
/project/addons/godot-xr-tools/**
|
||||
!/project/addons/godot-xr-tools/**/*.uid
|
||||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue