* chore: update build script to use Node.js built-in modules and fix linting issues ## CHANGES - Replace CommonJS require with node: prefix - Remove unused _workspaceRoot variable declaration - Change template literal to regular string - Update .gitignore to exclude VSCode settings * feat: remove unused workspace root variable from build configuration
21 lines
176 B
Plaintext
21 lines
176 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# System files
|
|
.DS_Store
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# VSCode settings
|
|
.vscode/
|