1. 08 10月, 2017 1 次提交
    • M
      Commenting out Android keystore files · 77145f78
      Mohammad Alhobayyeb 提交于
      Android keystore files are critical and losing them is destructive.
      
      They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
      77145f78
  2. 21 9月, 2017 2 次提交
  3. 20 9月, 2017 3 次提交
  4. 17 9月, 2017 1 次提交
  5. 15 9月, 2017 1 次提交
  6. 13 9月, 2017 1 次提交
  7. 12 9月, 2017 3 次提交
  8. 09 9月, 2017 11 次提交
  9. 08 9月, 2017 1 次提交
  10. 03 9月, 2017 1 次提交
  11. 01 9月, 2017 1 次提交
  12. 30 8月, 2017 2 次提交
  13. 29 8月, 2017 1 次提交
  14. 24 8月, 2017 1 次提交
  15. 23 8月, 2017 1 次提交
  16. 21 8月, 2017 1 次提交
  17. 20 8月, 2017 1 次提交
  18. 18 8月, 2017 1 次提交
  19. 16 8月, 2017 1 次提交
  20. 15 8月, 2017 1 次提交
  21. 14 8月, 2017 2 次提交
  22. 13 8月, 2017 1 次提交
  23. 12 8月, 2017 1 次提交
    • C
      Adds .gitignore rules for AxoCover · 5d0e2b71
      CodeNotFound 提交于
      AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created:
      - settings in settings.json
      - sub-folders into **run** folder which contain code coverage results.
      
      All content into **.axoCover** folder must be ignored except the **settings.json** file.
      5d0e2b71