AI销管
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.
 
 
 
 

22 lines
211 B

  1. /dist
  2. /node_modules
  3. /unpackage
  4. # MAC隐藏文件
  5. .DS_Store
  6. # 包管理日志
  7. npm-debug.log*
  8. yarn-debug.log*
  9. yarn-error.log*
  10. pnpm-debug.log*
  11. # 编辑器配置
  12. .idea
  13. .vscode
  14. *.suo
  15. *.ntvs*
  16. *.njsproj
  17. *.sln
  18. *.sw?