| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
When installing SQLite embebed on my C# project I've noted that it generates both directories,
`x86` and `x64` but only `x64` was present on `.gitignore`.
|
|
|
|
| |
Building NuGet packages locally with `NuGet.exe pack <name>.nuspec` generates a `<name>.<version>.nupkg` file which should never be versioned.
|
| |
|
|
|
| |
"Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Without the asterisk at the end of the directory's path, an exception for
a file within this directory does not work.
(ex. !packages/repositories.config)
This reverts commit 0fb0fbefa5fcd62ea5b6fe0f433588df270dcd71.
|
|\
| |
| | |
ignore web deploy settings by default for security, but add a TODO comment
|
| | |
|
| |
| |
| | |
web deploy settings include unencrypted passwords
|
| |
| |
| |
| |
| | |
This was ignoring .ncrunchproject and .ncrunchsolution files.
NCrunch recommend that both of these files are checked in to source control.
|
|\ \
| | |
| | | |
[VisualStudio] Remove Windows OS rules
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Submitting this for consideration.
The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default.
While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.
|
|\ \
| |/
|/| |
Updated rules of 'VisualStudio.gitignore' about ATL Project.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project.
* [Dd]ebugPS/
* [Rr]eleasePS/
* dlldata.c
|
| | |
|
| | |
|
|\ \
| |/
|/| |
fixed handling of nuget packages
|
| | |
|
|\ \
| |/
|/| |
added node_modules
|
| | |
|
|/ |
|
|\
| |
| | |
Visual Studio: Ignore Chutzpah testrunnerfiles
|
| |
| |
| | |
Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health.
|
| |
| |
| | |
I have no idea what this is doing here, totally unrelated to Visual Studio. There is a special OSX gitignore file that you can use.
|
|\ \
| | |
| | | |
Option to unignore repositories.config
|
| |/
| |
| | |
Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work.
|
|\ \
| | |
| | | |
Added DebugPublic of Matrox DSK
|
| |/
| |
| | |
Added DebugPublic of Matrox DSK
|
|\ \
| | |
| | | |
adding ignore for Telerik JustCode files
|
| |/ |
|
|\ \
| | |
| | | |
Update VisualStudio.gitignore for mightymoose
|
| |/
| |
| | |
Added exclusions for mightymoose testing plugin www.continuoustests.com
|
| |
| |
| |
| |
| | |
* Ignore Azure publish *.azurePubxml files
* Add a trailing slash to csx
* Remove random whitespace after build output
|
|\ \
| | |
| | | |
Added nunit result and visual state
|
| |/ |
|
|\ \
| | |
| | | |
Ignoring "bld" directory
|
| |/
| |
| |
| |
| | |
Store apps (or at least the Javascript ones) build to a "bld" directory.
Although "debug" and "release" are ignored, any custom build Configuration (created through configuration manager) will be added, unless we ignore the whole bld dir.
|
|\ \
| | |
| | | |
Ignore generated MIDL header files
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
CSharp.gitignore
VB.Net.gitignore
|
|\ \ \ \
| | | | |
| | | | | |
Add $tf folder to VisualStudio.gitignore
|
| | |_|/
| |/| |
| | | | |
TFS 2012 creates a $tf folder for local workspaces
|
|\ \ \ \
| | | | |
| | | | | |
adds ignore for NCrunch cache folder
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
Ignores generated Fakes assemblies and related files placed under the FakesAssemblies directory.
These files are generated at build time from the *.fakes configuration files.
|
|\ \ \ \
| | | | |
| | | | | |
Ignore user-specific ReSharper settings
|