1. 04 Oct, 2016 2 commits
  2. 03 Oct, 2016 4 commits
  3. 27 Sep, 2016 2 commits
  4. 26 Sep, 2016 5 commits
  5. 21 Sep, 2016 2 commits
  6. 19 Sep, 2016 1 commit
  7. 15 Sep, 2016 1 commit
  8. 13 Sep, 2016 2 commits
  9. 12 Sep, 2016 3 commits
  10. 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
  11. 08 Sep, 2016 1 commit
  12. 07 Sep, 2016 2 commits
  13. 06 Sep, 2016 2 commits
  14. 05 Sep, 2016 1 commit
  15. 30 Aug, 2016 2 commits
  16. 25 Aug, 2016 2 commits
  17. 23 Aug, 2016 1 commit
  18. 22 Aug, 2016 1 commit
    • Shubham Rao's avatar
      nbactions.xml must not be ignored (?) · d785d611
      Shubham Rao authored
      This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE.
      Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) 
      Also this file does anything worth ignoring
      Added by #145
      Exclusion of `nbactions.xml`  from `.gitgnore` should be discussed.
      d785d611
  19. 21 Aug, 2016 1 commit
  20. 19 Aug, 2016 1 commit
  21. 17 Aug, 2016 3 commits