diff --git a/.gitignore b/.gitignore index 271f8b8..4805122 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ -# Godot +# Godot (both desktop and mobile projects) .godot/ *.import # VRM models (large binaries, downloaded per-machine) -godot/models/*.vrm +godot-desktop/models/*.vrm +godot-mobile/models/*.vrm # Build artifacts builds/* @@ -37,3 +38,6 @@ bun.lock # Auto-added by auto-commit-service __pycache__/ + +# Runtime state +*.pid diff --git a/godot/addons/Godot-MToon-Shader/.gitattributes b/godot/addons/Godot-MToon-Shader/.gitattributes deleted file mode 100644 index 8ad74f7..0000000 --- a/godot/addons/Godot-MToon-Shader/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Normalize EOL for all files that Git considers text files. -* text=auto eol=lf diff --git a/godot/addons/Godot-MToon-Shader/.gitignore b/godot/addons/Godot-MToon-Shader/.gitignore deleted file mode 100644 index 78f4360..0000000 --- a/godot/addons/Godot-MToon-Shader/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -*.vrm.res - -# Godot-specific ignores -.import/ -.godot/ -export.cfg -export_presets.cfg - -# Imported translations (automatically generated from CSV files) -*.translation - -# Mono-specific ignores -.mono/ -data_*/ - -# System/tool-specific ignores -.DS_Store -*~