added export folder and gitignore
This commit is contained in:
parent
7e9688d12b
commit
08a7a1e010
6 changed files with 13 additions and 2 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,3 +1,14 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
/android/
|
||||
|
||||
# Ignore the contents of the subfolders within 'exports', but not the folders themselves
|
||||
export/windows/*
|
||||
export/linux/*
|
||||
export/web/*
|
||||
export/android/*
|
||||
export/movies/*
|
||||
!export/windows/.gitkeep
|
||||
!export/linux/.gitkeep
|
||||
!export/web/.gitkeep
|
||||
!export/android/.gitkeep
|
||||
!export/movies/.gitkeep
|
||||
|
|
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 9d4470d31a7429d21a8e7ae35c7378eb3ec012a5
|
||||
Subproject commit 83b4c3fd951600bca5ead23a28995348ba3d1a53
|
0
export/linux/.gitkeep
Executable file
0
export/linux/.gitkeep
Executable file
0
export/movies/.gitkeep
Executable file
0
export/movies/.gitkeep
Executable file
0
export/web/.gitkeep
Executable file
0
export/web/.gitkeep
Executable file
0
export/windows/.gitkeep
Executable file
0
export/windows/.gitkeep
Executable file
Loading…
Reference in a new issue