added builds to the .gitignore

master
Jorge Vásquez Pérez 2 years ago
parent 6e10f75e31
commit e441e11926

2
.gitattributes vendored

@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

3
.gitignore vendored

@ -0,0 +1,3 @@
# Godot 4+ specific ignores
.godot/
builds/
Loading…
Cancel
Save