chore(godot-addons): 🔧 Add .gitignore to exclude build/temporary files and .gitattributes for consistent line endings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
15db27aa8c
commit
ed2342b73f
3 changed files with 6 additions and 22 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
18
godot/addons/Godot-MToon-Shader/.gitignore
vendored
18
godot/addons/Godot-MToon-Shader/.gitignore
vendored
|
|
@ -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
|
||||
*~
|
||||
Loading…
Add table
Reference in a new issue