| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| | |
Windows Azure Emulator
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Add VisualStudio GhostDoc plugin setting file
|
| |/ |
|
| |
| |
| | |
Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
|
|/
|
| |
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
|
|
|
| |
In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
|
| |
|
| |
|
| |
|
|
|
| |
There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
|
| |
|
| |
|
| |
|
|\
| |
| | |
added the orleans.codegen.cs file automatically generated by Orleans
|
| | |
|
| |
| |
| | |
As discussed in #1505
|
|\ \
| | |
| | | |
add rule to keep track of directories ending in .Cache
|
| | | |
|
| | |
| | |
| | |
| | | |
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
|
|/ / |
|
| | |
|
| | |
|
| |
| |
| | |
As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
|
|\ \
| |/
|/| |
User-specific files for MonoDevelop/Xamarin Studio.
|
| | |
|
|\ \
| | |
| | | |
Update VisualStudio.gitignore
|
| | |
| | |
| | | |
Ignoring *.cache as well as *.Cache
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some visual Studio 6 specific file types. See documentation at:
http://msdn.microsoft.com/en-us/library/aa260829(v=vs.60).aspx
http://msdn.microsoft.com/en-us/library/aa239568(v=vs.60).aspx
Closes #1253 with amendments
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| |_|/
|/| | |
Ignore analysis files from Node.js tools for Visual Studio 2013
|
| | | |
|
|\ \ \
| | | |
| | | | |
update comment on ignoring repositories.config
|
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
contains visual studio 2015 solution specific cache data"
This reverts commit b07a0904e3c0714353f997b1dc6122b367dab648.
|
|\ \ \
| | | |
| | | | |
adding bower_components
|
| |/ / |
|
|/ /
| |
| |
| | |
visual studio 2015 solution specific cache data
|
| |
| |
| | |
I haven't found good documentation for this file online, but it is a user based file that should be ignored.
|
|/
|
| |
This files is generated by Visual Studio 2013 and should be ignored.
|
|
|
| |
user passwords are stored in *.user files so it is only database connection strings that are not protected.
|
|
|
| |
https://github.com/github/gitignore/commit/08def965cd1c0241a7cffbe7c26a74b3cab61243 incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers.
|
| |
|
|
|
|
|
|
|
| |
Amends #1131
See these resources for explanation:
http://docs.nuget.org/docs/reference/package-restore
http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
|
|
|
| |
Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
|