28 lines
234 B
Text
28 lines
234 B
Text
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env*
|
|
.vscode/
|
|
.eslintcache
|
|
junit.xml
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# app
|
|
data/
|
|
public/index.js
|
|
public/xterm/
|
|
|
|
|