mirror of
https://github.com/jumpserver/lina.git
synced 2026-02-21 22:28:53 +00:00
* perf: global search * perf: Update Dockerfile with new base image tag * perf: 完成基本搜索 * perf: show search direct * perf: change search style * perf: 优化 panel 格式,不再用 select * perf: search add route * perf: add route search * perf: change view --------- Co-authored-by: ibuler <ibuler@qq.com>
58 lines
569 B
Plaintext
58 lines
569 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
lina/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# Generated files
|
|
*.min.js
|
|
*.min.css
|
|
|
|
# Package files
|
|
*.tgz
|
|
*.tar.gz
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Build outputs
|
|
*.map
|
|
|
|
# Config files that shouldn't be formatted
|
|
.eslintrc.js
|
|
babel.config.js
|
|
jest.config.js
|
|
vue.config.js
|
|
postcss.config.js
|
|
|
|
# Theme files
|
|
src/styles/fonts/
|
|
public/fonts/
|
|
lina/fonts/
|
|
|
|
# Assets
|
|
src/assets/
|
|
public/
|
|
|
|
# Mock data
|
|
mock/
|
|
|
|
# Test files
|
|
tests/
|
|
|
|
# Documentation
|
|
*.md
|