Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ body:
options:
- label: api
- label: web
- label: packages
- label: client
- label: docker
- label: Other
validations:
required: true
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ body:
options:
- label: api
- label: web
- label: packages
- label: client
- label: docker
- label: Other
validations:
required: true
Expand Down
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- changed-files:
- any-glob-to-any-file: ["apps/api/**"]

"Area: Client":
- changed-files:
- any-glob-to-any-file: ["apps/client/**"]

"Area: Web":
- changed-files:
- any-glob-to-any-file: ["apps/web/**"]
Expand Down
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bundle-analysis.html
dist
.turbo
.alchemy
target

# envs
.env
Expand All @@ -25,4 +26,29 @@ __generated__
generated

# Bun
*.bun-build
*.bun-build

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"recommendations": ["biomejs.biome", "vstirbu.vscode-mermaid-preview", "usernamehw.errorlens", "oven.bun-vscode"]
"recommendations": ["biomejs.biome", "vstirbu.vscode-mermaid-preview", "usernamehw.errorlens", "oven.bun-vscode", "tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]

}
20 changes: 19 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
"boostname",
"bosstiary",
"bullmq",
"cipsoft",
"clienttype",
"clientversion",
"clsx",
"cmdk",
"commitlint",
"conninfo",
Expand Down Expand Up @@ -70,6 +72,7 @@
"externalportunprotected",
"fastly",
"Ferumbra",
"firstspriteid",
"Focusable",
"fondamento",
"fpstracking",
Expand All @@ -81,6 +84,7 @@
"healthmax",
"highscores",
"ibfk",
"imageops",
"inboxitems",
"initdb",
"ishidden",
Expand All @@ -102,6 +106,7 @@
"lastlogin",
"lastlogintime",
"lastlogout",
"lastspriteid",
"legscolor",
"lifeleech",
"linux",
Expand All @@ -119,6 +124,7 @@
"lookmounthead",
"lookmountlegs",
"looktype",
"lzma",
"maglevel",
"manaleech",
"manamax",
Expand Down Expand Up @@ -155,31 +161,39 @@
"ownerid",
"permissioned",
"Permissioned",
"pkcs",
"playdata",
"poppins",
"posx",
"posz",
"premdays",
"premiumuntil",
"previewstate",
"prost",
"protobuf",
"protoc",
"pvptype",
"qrcode",
"quickloot",
"quintenary",
"raceid",
"recv",
"remainingdailytournamentplaytime",
"Repliable",
"requirepass",
"restrictedstore",
"retrohardcore",
"returnernotification",
"rngs",
"roboto",
"safelist",
"serde",
"serverinfo",
"sessionkey",
"showrewardnews",
"SKRS",
"skulltime",
"spritetype",
"stayloggedin",
"synchronisation",
"tailwindcss",
Expand All @@ -199,7 +213,9 @@
"tsqp",
"tsyringe",
"undelete",
"unlisten",
"unserialize",
"unsubs",
"usecase",
"usecases",
"usehooks",
Expand All @@ -208,10 +224,12 @@
"vipgrouplist",
"vipgroups",
"viplist",
"vitejs",
"walkspeed",
"warid",
"wheeldata",
"worldid",
"xpboost"
"xpboost",
"xtea"
],
}
Loading