mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
32 lines
347 B
Plaintext
32 lines
347 B
Plaintext
node_modules/
|
|
*.swp
|
|
.lock-wscript
|
|
lib/
|
|
out/
|
|
out-demo/
|
|
out-test/
|
|
out-esbuild/
|
|
out-esbuild-test/
|
|
.nyc_output/
|
|
Makefile.gyp
|
|
*.Makefile
|
|
*.target.gyp.mk
|
|
*.node
|
|
example/*.log
|
|
docs/
|
|
npm-debug.log
|
|
/.idea/
|
|
.env
|
|
build/
|
|
.DS_Store
|
|
yarn.lock
|
|
test-results/
|
|
|
|
# Keep bundled code out of Git
|
|
dist/
|
|
demo/dist/
|
|
|
|
# dont commit benchmark folders
|
|
.benchmark/
|
|
timeline/
|