mirror of https://github.com/jetkvm/kvm.git
30 lines
323 B
Plaintext
30 lines
323 B
Plaintext
bin/*
|
|
static/*
|
|
.vscode/
|
|
tmp/
|
|
.devcontainer/devcontainer-lock.json
|
|
.idea
|
|
.DS_Store
|
|
*.log
|
|
*.tmp
|
|
*.code-workspace
|
|
|
|
.cache
|
|
.vite
|
|
.pnpm-store
|
|
|
|
device-tests.tar.gz
|
|
node_modules
|
|
|
|
# generated during the build process
|
|
#internal/native/include
|
|
#internal/native/lib
|
|
internal/audio/bin/
|
|
|
|
# backup files
|
|
*.bak
|
|
|
|
# core dumps
|
|
core
|
|
core.*
|