Add all build folders to gitignore

This commit is contained in:
2023-08-02 23:21:42 +02:00
parent 07e72dc755
commit dfbbea1903

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
/[Bb]uild/ /[Bb]uild/
*_build/
/[Oo]utput/ /[Oo]utput/
/[Cc]ache/ /[Cc]ache/
# Godot-specific ignores # Godot-specific ignores