Created game template
This commit is contained in:
parent
3ec351897d
commit
09035af13b
21 changed files with 76 additions and 272 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -2,20 +2,20 @@
|
|||
.godot/
|
||||
|
||||
# Ignore library files but not the gdextension file
|
||||
demo/bin/*
|
||||
!demo/bin/android
|
||||
demo/bin/android/*
|
||||
!demo/bin/android/.gitkeep
|
||||
!demo/bin/linux
|
||||
demo/bin/linux/*
|
||||
!demo/bin/linux/.gitkeep
|
||||
!demo/bin/macos
|
||||
demo/bin/macos/*
|
||||
!demo/bin/macos/.gitkeep
|
||||
!demo/bin/windows
|
||||
demo/bin/windows/*
|
||||
!demo/bin/windows/.gitkeep
|
||||
!demo/bin/*.gdextension
|
||||
godot/bin/*
|
||||
!godot/bin/android
|
||||
godot/bin/android/*
|
||||
!godot/bin/android/.gitkeep
|
||||
!godot/bin/linux
|
||||
godot/bin/linux/*
|
||||
!godot/bin/linux/.gitkeep
|
||||
!godot/bin/macos
|
||||
godot/bin/macos/*
|
||||
!godot/bin/macos/.gitkeep
|
||||
!godot/bin/windows
|
||||
godot/bin/windows/*
|
||||
!godot/bin/windows/.gitkeep
|
||||
!godot/bin/*.gdextension
|
||||
.sconsign*.dblite
|
||||
|
||||
# Ignore custom.py
|
||||
|
|
@ -47,4 +47,5 @@ compile_commands.json
|
|||
|
||||
# VSCode
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/extensions.json
|
||||
.cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue