added .gitignore
self explanatory Signed-off-by: bennie <xbennies@gmail.com>
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# Godot 4 specific ignores
|
||||
.godot/
|
||||
|
||||
# Ignore exported binaries / builds
|
||||
/build/
|
||||
/exports/
|
||||
|
||||
# OS specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Blender temporary backup files
|
||||
*.blend1
|
||||
*.blend2
|
||||
|
||||
# IDE / Editor folders
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user