.gitignore 785 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Compiled output
  2. /dist
  3. /tmp
  4. /out-tsc
  5. /bazel-out
  6. # Node (all levels)
  7. node_modules/
  8. npm-debug.log
  9. yarn-error.log
  10. # IDEs and editors
  11. .idea/
  12. .project
  13. .classpath
  14. .c9/
  15. *.launch
  16. .settings/
  17. *.sublime-workspace
  18. # Visual Studio Code
  19. .vscode/*
  20. !.vscode/settings.json
  21. !.vscode/tasks.json
  22. !.vscode/launch.json
  23. !.vscode/extensions.json
  24. .history/*
  25. # Miscellaneous
  26. /.angular/cache
  27. .sass-cache/
  28. /connect.lock
  29. /coverage
  30. /libpeerconnection.log
  31. testem.log
  32. /typings
  33. __screenshots__/
  34. # System files
  35. .DS_Store
  36. Thumbs.db
  37. # Environment & secrets
  38. !.env
  39. !.env.*
  40. !.env.example
  41. # Legacy / backup
  42. backend_Gyd8G/
  43. # Temp / local artifacts
  44. lami-base-v1/.venv/
  45. # Local docs (not for version control)
  46. backend/docs/P0-功能改造说明.md
  47. # Generated reports
  48. backend/scripts/group-report-*.html
  49. /qiwe-common