1. 15 10月, 2015 1 次提交
  2. 14 10月, 2015 3 次提交
  3. 11 10月, 2015 2 次提交
  4. 10 10月, 2015 2 次提交
  5. 08 10月, 2015 3 次提交
  6. 07 10月, 2015 1 次提交
  7. 06 10月, 2015 4 次提交
  8. 05 10月, 2015 3 次提交
  9. 04 10月, 2015 4 次提交
  10. 02 10月, 2015 1 次提交
  11. 01 10月, 2015 1 次提交
  12. 30 9月, 2015 1 次提交
  13. 29 9月, 2015 1 次提交
  14. 28 9月, 2015 1 次提交
  15. 24 9月, 2015 3 次提交
  16. 23 9月, 2015 1 次提交
  17. 15 9月, 2015 1 次提交
  18. 14 9月, 2015 1 次提交
    • P
      Update Tags.gitignore · cbe292da
      propersquid 提交于
      Updated the tags ignore to include the .tags file. The main reason behind this is because Atom's symbols-view (https://atom.io/packages/symbols-view) supports tags/.tags/TAGS/.TAGS. Therefore, I thought it was a good idea to add the .tags/.TAGS to the ignore list.
      cbe292da
  19. 11 9月, 2015 2 次提交
  20. 10 9月, 2015 2 次提交
  21. 05 9月, 2015 1 次提交
  22. 02 9月, 2015 1 次提交
    • M
      Windows Azure Emulator · 338d8f73
      Michael Stegmann 提交于
      Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator
      
      Directory before starting emulator the first time:
      
      Directory: C:\temp\AzureCloudService1\AzureCloudService1
      
      Mode                LastWriteTime         Length Name
      ----                -------------         ------ ----
      d-----         9/1/2015   9:16 AM                bin
      d-----         9/1/2015   9:16 AM                WorkerRole1Content
      -a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
      -a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
      -a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
      
      
      And after starting the Emulator:
      
      Directory: C:\temp\AzureCloudService1\AzureCloudService1
      
      Mode                LastWriteTime         Length Name
      ----                -------------         ------ ----
      d-----         9/1/2015   9:16 AM                bin
      d-----         9/1/2015   9:19 AM                csx
      d-----         9/1/2015   9:19 AM                ecf
      d-----         9/1/2015   9:19 AM                obj
      d-----         9/1/2015   9:19 AM                rcf
      d-----         9/1/2015   9:16 AM                WorkerRole1Content
      -a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
      -a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
      -a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
      338d8f73