mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 19:21:54 +03:00
82f634b7f8
Add a separate `gui2` project with Vue application. Does not modify any existing project files. ![image](https://github.com/enso-org/enso/assets/919491/c7a83521-bf83-4c6a-8d17-91c5eab1f827) # Important Notes Currently not integrated with existing build and testing system.
25 lines
231 B
Plaintext
25 lines
231 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
test-results/
|
|
playwright-report/
|