- 11 1月, 2017 1 次提交
-
-
由 Gary Ewan Park 提交于
- It is recommended to include the packages.config file when using Cake - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides
-
- 06 1月, 2017 1 次提交
-
-
由 Jules Blok 提交于
-
- 16 11月, 2016 1 次提交
-
-
由 Henrik W. Moe 提交于
-
- 07 11月, 2016 1 次提交
-
-
由 ChuckLu 提交于
-
- 02 11月, 2016 2 次提交
-
-
由 Jørn Christensen 提交于
If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin.
-
- 19 10月, 2016 1 次提交
- 18 10月, 2016 1 次提交
-
-
由 Jason N. Gaylord 提交于
-
- 26 9月, 2016 1 次提交
-
-
由 Muhammad Rehan Saeed 提交于
-
- 15 9月, 2016 1 次提交
-
-
由 Muhammad Rehan Saeed 提交于
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
-
- 12 9月, 2016 1 次提交
-
-
由 Filip W 提交于
-
- 09 9月, 2016 1 次提交
-
-
由 Kevin Cunnane 提交于
.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.
-
- 23 8月, 2016 1 次提交
-
-
由 Matthias 提交于
__pycache__/ *.pyc
-
- 11 8月, 2016 1 次提交
-
-
由 Pascal Berger 提交于
-
- 23 5月, 2016 1 次提交
-
-
由 James Skimming 提交于
I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore.
-
- 26 3月, 2016 1 次提交
-
-
由 Paul Nakata 提交于
-
- 08 3月, 2016 1 次提交
-
-
由 Tomasz Pluskiewicz 提交于
-
- 05 3月, 2016 1 次提交
-
-
由 Aaron Holmes 提交于
Commit a25589c9 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS. The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config. ApplicationInsights.config is a required application file and should not be ignored.
-
- 18 2月, 2016 1 次提交
-
-
由 Igal Tabachnik 提交于
-
- 16 2月, 2016 4 次提交
-
-
由 Kagami Sascha Rosylight 提交于
-
由 Kagami Sascha Rosylight 提交于
-
由 Kagami Sascha Rosylight 提交于
-
由 Kagami Sascha Rosylight 提交于
https://www.google.com/?gws_rd=ssl#q=_pkginfo.txt&nfpr=1 I found I have this file not being ignored and a quick search shows these files :/
-
- 12 2月, 2016 1 次提交
-
-
由 Zenuka 提交于
-
- 10 2月, 2016 1 次提交
-
-
由 Zenuka 提交于
Added bower_components to .gitignore
-
- 29 12月, 2015 2 次提交
-
-
由 Anders Lundsgård 提交于
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
-
由 Anders Lundsgård 提交于
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
-
- 27 12月, 2015 3 次提交
-
-
由 Andrew Arnott 提交于
The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in. I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
-
由 Andrew Arnott 提交于
StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't. See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case. Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
-
由 Andrew Arnott 提交于
-
- 15 12月, 2015 1 次提交
-
-
由 Alexey Belyansky 提交于
-
- 04 12月, 2015 1 次提交
-
-
由 Vladislav Yaroslavlev 提交于
Added extensions of new database engine for C++ (sqlite-based) from Visual Studio 2015 (Tools - Options - Text Editor - C/C++ - Experimental - Enable New Database Engine)
-
- 02 12月, 2015 1 次提交
-
-
由 Andrew Stanton-Nurse 提交于
-
- 01 12月, 2015 1 次提交
-
-
由 Curtis Badke 提交于
-
- 30 11月, 2015 1 次提交
-
-
由 Curtis Badke 提交于
-
- 04 10月, 2015 1 次提交
-
-
由 Julien Roncaglia 提交于
Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
-
- 23 9月, 2015 1 次提交
-
-
由 Nellemandela 提交于
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
-
- 02 9月, 2015 1 次提交
-
-
由 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
-
- 26 8月, 2015 1 次提交
-
-
由 Star Peng 提交于
-
- 12 8月, 2015 1 次提交
-
-
由 Felipe Plets 提交于
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.
-