-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
552 changed files
with
13,077 additions
and
10,153 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 |
---|---|---|
|
@@ -117,3 +117,4 @@ testdir | |
|
||
bin/ | ||
obj/ | ||
.pre-commit-config.yaml |
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,15 @@ | ||
LICENSE.md | ||
dist | ||
pnpm-lock.yaml | ||
flake.lock | ||
vercel.json | ||
cache | ||
temp | ||
.temp | ||
themes/ | ||
.github/ | ||
data/ | ||
static-suprises/ | ||
static/ | ||
assets/ | ||
layouts/ |
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,6 @@ | ||
# https://prettier.io/docs/en/options | ||
semi: false | ||
singleQuote: false | ||
printWidth: 100 | ||
proseWrap: always # always change wrapping in markdown text | ||
trailingComma: es5 |
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,16 @@ | ||
[files] | ||
ignore-dot = true | ||
ignore-files = true | ||
extend-exclude = ["themes/", "data/", "static-surprises/", "resources/"] | ||
|
||
[default] | ||
binary = false | ||
# ignore some special identifiers(sha256, mac address, crypto keys, etc) | ||
extend-ignore-re = [ | ||
"UE", # Unreal Engine 5 | ||
"i-0b662ef9931388ba0", # AWS instance id | ||
"LBa", # AWS load balancer | ||
"BA", # latex symbol | ||
"iterm2", # iterm2 terminal | ||
"802.3ba-2010" # IEEE standard | ||
] |
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
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,5 +1,3 @@ | ||
# Unreal Engine 5 | ||
|
||
|
||
TBD | ||
|
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 |
---|---|---|
|
@@ -11,6 +11,3 @@ | |
- 视觉与机器人学 | ||
- 影视特效 | ||
- 通用编程 | ||
|
||
|
||
|
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.