.gitignore 337 B

12345678910111213141516171819202122232425262728
  1. .DS_Store
  2. node_modules/
  3. /dist/*
  4. #/dist/dev
  5. #/dist/debug/
  6. #/dist/build/app-plus
  7. #/dist/build/mp-weixin
  8. #/dist/build/.automator
  9. # local env files
  10. .env.local
  11. .env.*.local
  12. .cursor
  13. # Log files
  14. npm-debug.log*
  15. yarn-debug.log*
  16. yarn-error.log*
  17. # Editor directories and files
  18. .project
  19. .idea
  20. .vscode
  21. *.suo
  22. *.ntvs*
  23. *.njsproj
  24. *.sln
  25. *.sw*
  26. CLAUDE.md