3 Commits

Author SHA1 Message Date
raccoon
295086c3d9 Added Avatars settings and package 2025-10-27 19:44:10 +05:00
raccoon
7bfc4a8cfc Added .renderTexture and .wlt file types 2025-10-27 19:42:17 +05:00
raccoon
d87cca6007 Revert "Updated .gitignore again"
This reverts commit 7ca0e2faa4.
2025-10-27 19:17:07 +05:00
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -29,7 +29,8 @@
.vs/ .vs/
# Visual Studio Code trash # Visual Studio Code trash
.vscode/ /.vscode/*
!/.vscode/settings.json
# Gradle cache directory # Gradle cache directory
.gradle/ .gradle/

View File

@@ -10,7 +10,9 @@
"*.mat": "yaml", "*.mat": "yaml",
"*.meta": "yaml", "*.meta": "yaml",
"*.prefab": "yaml", "*.prefab": "yaml",
"*.unity": "yaml" "*.renderTexture": "yaml",
"*.unity": "yaml",
"*.wlt": "yaml",
}, },
"yaml.customTags": [ "yaml.customTags": [
"tag:unity3d.com,2011:0 mapping", // object "tag:unity3d.com,2011:0 mapping", // object