Set up project structure with TypeScript, esbuild, and ESLint configuration along with the initial plugin source code and build tooling.
11 lines
91 B
Text
11 lines
91 B
Text
node_modules/
|
|
*.log
|
|
.DS_Store
|
|
main.js
|
|
coverage/
|
|
dist/
|
|
.env
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
data.json
|