1. 26 10月, 2016 1 次提交
    • B
      A new template for Perl 6 · d8776bf2
      brian d foy 提交于
      http://www.perl6.org
      
      Just a start. Perl 6 creates these directories to 
      store pre-compiled versions of modules. 
      
      Perl 6 doesn't have a gitignore template yet, and it
      doesn't use the same build and installation system as
      Perl (5).
      d8776bf2
  2. 24 10月, 2016 2 次提交
  3. 23 10月, 2016 4 次提交
  4. 20 10月, 2016 1 次提交
  5. 19 10月, 2016 2 次提交
  6. 18 10月, 2016 1 次提交
  7. 17 10月, 2016 2 次提交
  8. 16 10月, 2016 1 次提交
  9. 15 10月, 2016 2 次提交
  10. 05 10月, 2016 1 次提交
  11. 04 10月, 2016 1 次提交
  12. 03 10月, 2016 4 次提交
  13. 27 9月, 2016 2 次提交
  14. 26 9月, 2016 5 次提交
  15. 21 9月, 2016 2 次提交
  16. 20 9月, 2016 1 次提交
  17. 15 9月, 2016 1 次提交
  18. 14 9月, 2016 1 次提交
  19. 13 9月, 2016 2 次提交
  20. 12 9月, 2016 2 次提交
  21. 09 9月, 2016 1 次提交
    • K
      Ignore .jfm files in Visual Studio · 3cdfc099
      Kevin Cunnane 提交于
      .jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories.
      
      This fix helps mitigate this by avoiding checkin of this file type.
      3cdfc099
  22. 08 9月, 2016 1 次提交