enso/app/gui2/.gitignore
somebody1234 44f2f425c0
[gui2] Language Server binary protocol, and loading of visualization data (#7873)
- Depends on #7773.

- Implements binary WebSocket protocol (data protocol)
- Performs some editor initialization (the bare minimum so that visualizations work)
- Adds event handlers to receive visualization data updates

# Important Notes
None
2023-10-07 20:57:47 +00:00

27 lines
268 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
*.tsbuildinfo
# Editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
test-results/
playwright-report/