mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 10:43:53 +05:00
Compare commits
3 Commits
2d66b599ec
...
295086c3d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
295086c3d9 | ||
|
|
7bfc4a8cfc | ||
|
|
d87cca6007 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user