- 31 12月, 2015 1 次提交
-
-
由 Dmitry Rosolko 提交于
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
-
- 28 12月, 2015 1 次提交
-
-
由 Brendan Forster 提交于
Stop ignoring StyleCop.json
-
- 27 12月, 2015 1 次提交
-
-
由 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.
-
- 22 12月, 2015 1 次提交
-
-
由 Brendan Forster 提交于
Ignore auxiliary files from \usepackage{cprotect}
-
- 21 12月, 2015 1 次提交
-
-
由 David Haberthür 提交于
[cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore.
-
- 18 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Add new line at end of file
-
由 Roland Cooper 提交于
-
- 15 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Ignore BundleArtifacts folder
-
由 Alexey Belyansky 提交于
-
- 14 12月, 2015 1 次提交
-
-
由 Brendan Forster 提交于
Bugfix - Typos in comments
-
- 13 12月, 2015 2 次提交
-
-
由 Justas Brazauskas 提交于
-
由 Brendan Forster 提交于
Tex: Ignore files generated by pdfcomment package
-
- 11 12月, 2015 1 次提交
-
-
由 Jelte Fennema 提交于
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
-
- 10 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Unity.gitignore modyfying,
-
由 tim 提交于
Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored modified: Unity.gitignore
-
- 07 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Update to include iMPACT and Core Generator files
-
由 Stephen 提交于
-
- 06 12月, 2015 4 次提交
-
-
由 Brendan Forster 提交于
Updated to Joomla 3.4.5
-
由 Shawn Gibbons 提交于
-
由 Shawn Gibbons 提交于
-
由 Shawn Gibbons 提交于
-
- 05 12月, 2015 1 次提交
-
-
由 Brendan Forster 提交于
Add Swift Package Manager to Swift.gitignore
-
- 04 12月, 2015 1 次提交
-
-
由 Nate Stedman 提交于
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
-
- 03 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Update OpenCart.gitignore
-
由 Fábio Santos 提交于
Ignore storage folder (contains logs, cache, etc.)
-
- 02 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Add 'opendb' file to VisualStudio.gitignore
-
由 Andrew Stanton-Nurse 提交于
-
- 01 12月, 2015 2 次提交
-
-
由 Brendan Forster 提交于
Fix typo for Azure Emulator log directory
-
由 Curtis Badke 提交于
-
- 30 11月, 2015 7 次提交
-
-
由 Curtis Badke 提交于
-
由 Brendan Forster 提交于
Incorrect Dir Path
-
由 Julien Liabeuf 提交于
When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory.
-
由 Brendan Forster 提交于
Update Qt.gitignore
-
由 Brendan Forster 提交于
remove harmful line from PlayFramework.gitignore
-
由 Thomas Steinholz 提交于
Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
-
由 dveim 提交于
'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line. See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive.
-
- 20 11月, 2015 4 次提交
-
-
由 Brendan Forster 提交于
Add ignores for autoscan files
-
由 Loïc Corbasson 提交于
-
由 Loïc Corbasson 提交于
-
由 Brendan Forster 提交于
Remove *.xcscheme from Global/Xcode.gitignore,Objective-C.gitignore and…
-