Files
DinQuant/frontend_vue/.dockerignore
T
dienakdz cb49789bf4 feat: add RegisterResult component, ESLint config, and vue.config.js for project setup
- Created a new RegisterResult.vue component for displaying registration success.
- Added ESLint configuration for unit tests in the tests directory.
- Implemented vue.config.js for webpack configuration, including theme color support and proxy settings for development.
2026-04-07 07:25:38 +07:00

42 lines
354 B
Plaintext

# Dependencies
node_modules/
# Build output (会在容器内构建)
dist/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment
.env
.env.local
.env.*.local
# Git
.git/
.gitignore
# Tests
tests/
coverage/
.nyc_output/
# Documentation
*.md
!README.md
# OS
.DS_Store
Thumbs.db