27 lines
227 B
Plaintext
27 lines
227 B
Plaintext
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Runtime artifacts
|
|
*.log
|
|
webterm.log
|
|
|
|
# Coverage/build artifacts
|
|
coverage.out
|
|
dist/
|
|
build/
|
|
target/
|
|
|
|
# Go
|
|
bin/
|
|
|
|
# Frontend
|
|
node_modules/
|
|
bun.lockb
|
|
webterm/static/js/terminal.js
|
|
|
|
.bkit/
|