.vercelignore 270 B

12345678910111213141516171819202122
  1. drop_code
  2. jstest
  3. logs
  4. soft
  5. .git
  6. .idea
  7. .gitignore
  8. .env.development
  9. node_modules/
  10. 对话1.txt
  11. # 忽略 .git 目录
  12. .git/
  13. # 忽略 node_modules 目录
  14. node_modules/
  15. # 忽略构建缓存
  16. .cache/
  17. # 不忽略 README.md 文件(如果你不希望它被忽略)
  18. !README.md