1. 26 Oct, 2016 1 commit
    • brian d foy's avatar
      A new template for Perl 6 · d8776bf2
      brian d foy authored
      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. 23 Oct, 2016 6 commits
  3. 19 Oct, 2016 2 commits
  4. 18 Oct, 2016 1 commit
  5. 17 Oct, 2016 3 commits
  6. 15 Oct, 2016 3 commits
  7. 04 Oct, 2016 2 commits
  8. 03 Oct, 2016 4 commits
  9. 27 Sep, 2016 2 commits
  10. 26 Sep, 2016 5 commits
  11. 21 Sep, 2016 2 commits
  12. 19 Sep, 2016 1 commit
  13. 15 Sep, 2016 1 commit
  14. 13 Sep, 2016 2 commits
  15. 12 Sep, 2016 3 commits
  16. 09 Sep, 2016 1 commit
    • Kevin Cunnane's avatar
      Ignore .jfm files in Visual Studio · 3cdfc099
      Kevin Cunnane authored
      .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
  17. 08 Sep, 2016 1 commit