1. 08 Oct, 2017 1 commit
    • Mohammad Alhobayyeb's avatar
      Commenting out Android keystore files · 77145f78
      Mohammad Alhobayyeb authored
      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 Sep, 2017 2 commits
  3. 20 Sep, 2017 3 commits
  4. 17 Sep, 2017 1 commit
  5. 15 Sep, 2017 1 commit
  6. 12 Sep, 2017 4 commits
  7. 09 Sep, 2017 11 commits
  8. 07 Sep, 2017 1 commit
  9. 03 Sep, 2017 1 commit
  10. 31 Aug, 2017 1 commit
  11. 29 Aug, 2017 3 commits
  12. 23 Aug, 2017 1 commit
  13. 22 Aug, 2017 1 commit
  14. 21 Aug, 2017 1 commit
  15. 20 Aug, 2017 1 commit
  16. 18 Aug, 2017 1 commit
  17. 16 Aug, 2017 1 commit
  18. 15 Aug, 2017 1 commit
  19. 14 Aug, 2017 2 commits
  20. 13 Aug, 2017 1 commit
  21. 12 Aug, 2017 1 commit
    • CodeNotFound's avatar
      Adds .gitignore rules for AxoCover · 5d0e2b71
      CodeNotFound authored
      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