funnymemellama/.gitignore

13 lines
282 B
Text
Raw Normal View History

2023-09-26 21:38:02 -04:00
# Godot 4+ specific ignores
.godot/
2023-10-01 22:25:17 -04:00
# 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