mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
20 lines
200 B
Plaintext
20 lines
200 B
Plaintext
# Local
|
|
.DS_Store
|
|
*.local
|
|
*.log*
|
|
|
|
# Dist
|
|
node_modules
|
|
dist/
|
|
.vinxi
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
tsconfig.app.tsbuildinfo
|
|
tsconfig.node.tsbuildinfo |