mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 16:41:52 +08:00
init
This commit is contained in:
44
.dockerignore
Normal file
44
.dockerignore
Normal file
@@ -0,0 +1,44 @@
|
||||
# Rust
|
||||
/target/
|
||||
Cargo.lock
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.claude/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local data
|
||||
/data/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Certificates
|
||||
*.pem
|
||||
*.crt
|
||||
*.key
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Build artifacts
|
||||
/dist/
|
||||
|
||||
# Frontend (built files)
|
||||
/web/node_modules/
|
||||
.mcp.json
|
||||
CLAUDE.md
|
||||
.gemini/settings.json
|
||||
|
||||
/hwcodec/target
|
||||
|
||||
/One-KVM
|
||||
/jetKVM
|
||||
/ustreamer
|
||||
Reference in New Issue
Block a user