forked from funnymemellama/funnymemellama
12 lines
282 B
Text
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
|