generated from kurone-kito/vpm-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kurone-kito/add-the-iconsからプルリクエスト#11をマージする
# v0.6.0: Added some icons and cumulative updates
- Loading branch information
Showing
48 changed files
with
8,835 additions
and
4,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[core] | ||
hideDotFiles = dotGitOnly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ignores: | ||
- .github/CODE_OF_CONDUCT* | ||
- Assets | ||
- Library | ||
- Logs | ||
- Packages/com* | ||
- Packages/dev* | ||
- Packages/dev* | ||
- ProjectSettings | ||
- Temp | ||
- UserSettings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
default: true | ||
# Allow limit breakthroughs in the code block and table row lengths. The | ||
# default is unconditional prohibition. It is exceptionally allowed in | ||
# these elements due to folding difficulties. | ||
line-length: | ||
code_blocks: false | ||
tables: false | ||
# Allows the use of duplicate headings. The default is unconditional | ||
# prohibition. Due to the `siblings_only` flag not working, it is necessary | ||
# to enable duplicate headings in the entire document. | ||
no-duplicate-heading: false | ||
# Allows embedding of the specified HTML tag. The default is unconditional | ||
# prohibition. Allow for some valuable features, such as folding. | ||
no-inline-html: | ||
allowed_elements: | ||
- details | ||
- summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dotnet 6.0.423 | ||
dotnet 6.0.424 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Attach to Unity", | ||
"type": "vstuc", | ||
"request": "attach" | ||
"request": "attach", | ||
"type": "vstuc" | ||
} | ||
] | ||
], | ||
"version": "0.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.