Add dashboard UI updates and settings modal
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Node
|
||||
node_modules/
|
||||
pikit-web/node_modules/
|
||||
pikit-web/dist/
|
||||
pikit-web/test-results/
|
||||
pikit-web/.vite/
|
||||
pikit-web/coverage/
|
||||
pikit-web/playwright-report/
|
||||
pikit-web/.cache/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# OS/Editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
|
||||
# Build artifacts
|
||||
*.log
|
||||
|
||||
# QEMU images / large artifacts
|
||||
qemu-dietpi/
|
||||
|
||||
# Stock images (large)
|
||||
images/stock/
|
||||
|
||||
Reference in New Issue
Block a user