funnymemellama/.gitignore
2023-10-01 22:25:17 -04:00

12 lines
282 B
Text

# Godot 4+ specific ignores
.godot/
# Ignore the contents of the subfolders within 'exports', but not the folders themselves
export/windows/*
export/linux/*
export/web/*
export/android/*
!export/windows/.gitkeep
!export/linux/.gitkeep
!export/web/.gitkeep
!export/android/.gitkeep