added export folder and gitignore

This commit is contained in:
zombie maniac 2024-12-23 12:42:47 -05:00
parent 7e9688d12b
commit 08a7a1e010
Signed by: nbrooks211
GPG key ID: F43C85C0DF0C334E
6 changed files with 13 additions and 2 deletions

13
.gitignore vendored
View file

@ -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

@ -1 +1 @@
Subproject commit 9d4470d31a7429d21a8e7ae35c7378eb3ec012a5
Subproject commit 83b4c3fd951600bca5ead23a28995348ba3d1a53

0
export/linux/.gitkeep Executable file
View file

0
export/movies/.gitkeep Executable file
View file

0
export/web/.gitkeep Executable file
View file

0
export/windows/.gitkeep Executable file
View file