mirror of
https://github.com/hoornet/vega.git
synced 2026-04-24 06:40:01 -07:00
33 lines
375 B
Plaintext
33 lines
375 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Playwright output
|
|
.playwright-mcp/
|
|
|
|
# Private / not for public repo
|
|
OPENSATS_APPLICATION.md
|
|
TODO.md
|
|
test/accounts.json
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|