1. 01 7月, 2016 4 次提交
  2. 30 6月, 2016 1 次提交
  3. 29 6月, 2016 1 次提交
    • T
      Update TeX.gitignore · c2401948
      thilaire 提交于
      Add support for easy-todo package (that produces .lod file during the compilation)
      c2401948
  4. 26 6月, 2016 1 次提交
  5. 25 6月, 2016 1 次提交
  6. 17 6月, 2016 1 次提交
  7. 16 6月, 2016 2 次提交
  8. 15 6月, 2016 2 次提交
  9. 13 6月, 2016 2 次提交
  10. 10 6月, 2016 1 次提交
  11. 07 6月, 2016 2 次提交
  12. 23 5月, 2016 1 次提交
    • J
      VisualStudio ignore project.fragment.lock.json · be2df771
      James Skimming 提交于
      I've just upgraded to ASP.NET Core RC2, and I've found that Visual
      Studio is producing a file called project.fragment.lock.json. When I
      delete the file it is recreated during build. Given project.lock.json is
      already ignored this looks like another file to ignore.
      be2df771
  13. 21 5月, 2016 4 次提交
  14. 20 5月, 2016 1 次提交
  15. 18 5月, 2016 3 次提交
  16. 17 5月, 2016 2 次提交
  17. 16 5月, 2016 3 次提交
  18. 13 5月, 2016 1 次提交
  19. 12 5月, 2016 3 次提交
    • B
      Merge pull request #1973 from maxehmookau/patch-1 · 9779d87d
      Brendan Forster 提交于
      Add .env to optionally ignored files
      9779d87d
    • M
      Annotate .env addition · a275681e
      Max Woolf 提交于
      a275681e
    • M
      Add .env to optionally ignored files · 85147407
      Max Woolf 提交于
      Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets.
      The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control.
      
      This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.
      85147407
  20. 11 5月, 2016 2 次提交
  21. 10 5月, 2016 2 次提交