Compare commits

...

2 commits

5 changed files with 12 additions and 1 deletions

13
.gitignore vendored
View file

@ -1,3 +1,14 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .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

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