Files
msh-system/msh_single_admin/.gitignore
msh-agent d7c870ced7 fix(admin): add distribution views and correct dist ignore rule
Wire router imports to promoter list and retail config pages. Remove the
overbroad dist* gitignore entry that matched src/views/distribution/.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-02 22:49:58 +08:00

43 lines
460 B
Plaintext
Executable File

.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
logs/
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
coverage/
test-results/
playwright-report/
.nyc_output/
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
# Environment files
.env
.env.*
!.env.example
!.env.*.example
# Test source files
tests/
__tests__/
*.spec.js
*.spec.ts
*.test.js
*.test.ts
package-lock.json
yarn.lock