1. 13 Sep, 2016 2 commits
  2. 12 Sep, 2016 3 commits
  3. 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
  4. 08 Sep, 2016 1 commit
  5. 07 Sep, 2016 1 commit
  6. 06 Sep, 2016 1 commit
  7. 05 Sep, 2016 1 commit
  8. 30 Aug, 2016 2 commits
  9. 25 Aug, 2016 2 commits
  10. 23 Aug, 2016 1 commit
  11. 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
  12. 21 Aug, 2016 1 commit
  13. 19 Aug, 2016 1 commit
  14. 17 Aug, 2016 3 commits
  15. 16 Aug, 2016 2 commits
  16. 15 Aug, 2016 1 commit
  17. 14 Aug, 2016 3 commits
  18. 12 Aug, 2016 1 commit
  19. 11 Aug, 2016 1 commit
  20. 10 Aug, 2016 1 commit
  21. 08 Aug, 2016 2 commits
  22. 07 Aug, 2016 1 commit
  23. 05 Aug, 2016 1 commit
    • Brennan Fee's avatar
      Update Visual Studio Code to support workspace files. · 554bccef
      Brennan Fee authored
      Visual Studio Code has a few files that can be placed into the workspace
      in order to share settings across users.  Settings.json is for project
      specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
      While launch.json is for debugging specific tasks.
      554bccef
  24. 28 Jul, 2016 2 commits
  25. 25 Jul, 2016 2 commits
  26. 22 Jul, 2016 1 commit
  27. 21 Jul, 2016 1 commit