.gitignore 96 B

12345678910
  1. *.logs
  2. *.xml
  3. *.iml
  4. # 忽略指定文件夹
  5. logs/
  6. # 忽略指定文件
  7. manual_request_json.py