迁移新平台,移植红墩界
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 line
1.0KB

  1. # 依赖包
  2. node_modules/
  3. # 打包输出目录
  4. /dist
  5. /dist-server
  6. /tmp
  7. /out-tsc
  8. /bazel-out
  9. # Angular缓存
  10. .angular/
  11. .sass-cache/
  12. # 各种IDE和编辑器配置
  13. .idea/
  14. .project
  15. .classpath
  16. .c9/
  17. *.launch
  18. .settings/
  19. *.sublime-workspace
  20. .vscode/*
  21. !.vscode/settings.json
  22. !.vscode/tasks.json
  23. !.vscode/launch.json
  24. !.vscode/extensions.json
  25. .history/*
  26. # 环境配置文件
  27. .env
  28. .env.local
  29. .env.development.local
  30. .env.test.local
  31. .env.production.local
  32. # 日志文件
  33. logs
  34. *.log
  35. npm-debug.log*
  36. yarn-debug.log*
  37. yarn-error.log*
  38. pnpm-debug.log*
  39. lerna-debug.log*
  40. yarn.*
  41. # 系统文件
  42. .DS_Store
  43. Thumbs.db
  44. desktop.ini
  45. # 测试覆盖率目录
  46. /coverage
  47. /coverage-e2e
  48. /.nyc_output
  49. # 缓存
  50. .eslintcache
  51. .stylelintcache
  52. .cache/
  53. .parcel-cache/
  54. .npm/
  55. .pnpm-store/
  56. .yarn/cache
  57. .yarn/unplugged
  58. .yarn/build-state.yml
  59. .yarn/install-state.gz
  60. # Misc
  61. *.tgz
  62. *.zip
  63. *.rar
  64. *.gz
  65. .temp
  66. .tmp
  67. temp/
  68. tmp/
  69. # 本地配置和密钥文件
  70. *.key
  71. *.pem
  72. *-key.json
  73. *secret*
  74. # 特定于项目的忽略
  75. # 如果有其他特定于您项目的文件/目录需要忽略,请在此处添加