Skip to content

Commit

Permalink
Merge pull request #15 from kurone-kito/maintenance
Browse files Browse the repository at this point in the history
v0.7.0: 🚀 New 16 icons
  • Loading branch information
kurone-kito authored Nov 25, 2024
2 parents 2975070 + 16324c3 commit c87956c
Show file tree
Hide file tree
Showing 59 changed files with 32,475 additions and 19,050 deletions.
6 changes: 4 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ reviews:
auto_review:
enabled: true
path_filters:
- '!Assets'
- '!Assets/TextMesh Pro/**/*'
- '!Assets/UdonSharp/**/*'
- '!Assets/XR/**/*'
- '!Packages/com.vrchat.core.*/**/*'
- '!ProjectSettings'
- '!ProjectSettings/**/*'
path_instructions:
- instructions: This folder contains C# files, but these are UdonSharp and have different restrictions than standard C#. Please review with this in mind.
path: Assets/black.kit.*/Runtime/**/*
Expand Down
16 changes: 7 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
/Packages/dev.*/** linguist-vendored
/ProjectSettings/** linguist-vendored

*.asset merge=unityyamlmerge filter=vrc eol=lf text
*.mat merge=unityyamlmerge eol=lf text
*.meta merge=unityyamlmerge eol=lf text
*.prefab merge=unityyamlmerge filter=vrc eol=lf text
*.unity merge=unityyamlmerge filter=vrc eol=lf text
*.asset merge=unityyamlmerge filter=vrc eol=lf text=auto
*.mat merge=unityyamlmerge eol=lf text=auto
*.meta merge=unityyamlmerge eol=lf text=auto
*.prefab merge=unityyamlmerge filter=vrc eol=lf text=auto
*.unity merge=unityyamlmerge filter=vrc eol=lf text=auto

.coderabbit.yaml export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.git* export-ignore
.github/** export-ignore
.imgbotconfig export-ignore
4 changes: 4 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[core]
hideDotFiles = dotGitOnly
[filter "vrc"]
clean = git vrc clean --file %f
required = true
smudge = git vrc smudge --file %f
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet 6.0.427
dotnet 8.0.403
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"*.buildreport": "yaml",
"*.controller": "yaml",
"*.dwlt": "yaml",
"*.exe.congig": "xml",
"*.exe.config": "xml",
"*.index": "json",
"*.info": "json",
"*.inputactions": "json",
Expand Down Expand Up @@ -157,11 +157,11 @@
"tag:unity3d.com,2011:1953259897 mapping"
],
"yaml.schemas": {
"https://coderabbit.ai/integrations/coderabbit-overrides.v2.json": [
".coderabbit.yaml"
],
"https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-types/cspell.schema.json": [
"cspell.config.yml"
],
"https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json": [
".coderabbit.yaml"
]
}
}
Loading

0 comments on commit c87956c

Please sign in to comment.