godot4-opus/.gitignore

12 lines
132 B
Plaintext
Raw Normal View History

2024-01-16 15:58:59 +00:00
# Godot 4+ specific ignores
.godot/
export
addons/**/~*.dll
.sconsign.dblite
2024-01-29 09:53:33 +00:00
*.obj
# Visual-studio related
.vs
*.sln
*.vcxproj*
x64