2024-12-20 16:41:19 -05:00
|
|
|
# Godot 4+ specific ignores
|
|
|
|
.godot/
|
2024-12-23 12:42:47 -05:00
|
|
|
|
|
|
|
# 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
|