- 12 7月, 2020 1 次提交
-
-
由 Michael Alexsander 提交于
-
- 07 7月, 2020 1 次提交
-
-
由 Kevin Cochran 提交于
Co-authored-by: NKevin Cochran <kcochran@hashicorp.com>
-
- 05 7月, 2020 1 次提交
-
-
由 Maher Zaidoune 提交于
-
- 04 7月, 2020 4 次提交
-
-
由 Michael Chirico 提交于
Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
-
由 ZhengYuan Loo 提交于
Co-authored-by: NZhengYuan Loo <loozhengyuan@users.noreply.github.com>
-
由 Justin Gregory 提交于
I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored. This change fixes the incorrect use of the range operator on the Coverlet rules.
-
由 John Stilley 提交于
The problem here was two fold: 1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo 2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that
-
- 19 5月, 2020 2 次提交
-
-
由 Hiroto Kobayashi 提交于
-
由 Benjamin Buch 提交于
-
- 14 5月, 2020 1 次提交
-
-
由 Jon Layton 提交于
After running `yarn set version berry` and `yarn install`, the file `.yarn/install-state.gz` is created. The documentation at https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored mentions that this file should be ignored: > .yarn/install-state.tgz is an optimization file that you shouldn't have to ever commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces again. The documentation has a minor error; the generated file is `.gz` instead of `.tgz` (source: https://github.com/yarnpkg/berry/pull/998/files#diff-23dd4c2e823c25186f1107e88e962032R201)
-
- 06 5月, 2020 1 次提交
-
-
由 Sascha Peilicke 提交于
Generated files that appear when using 'google_fonts' or other Dart packages designed as Flutter plugins.
-
- 29 4月, 2020 1 次提交
-
-
由 Ted Kesgar 提交于
-
- 21 4月, 2020 1 次提交
-
-
由 Daniel Chalmers 提交于
-
- 15 4月, 2020 1 次提交
-
-
由 Mitchell Skaggs 提交于
-
- 12 4月, 2020 1 次提交
-
-
由 Pradyun Gedam 提交于
pip generated this folder for a few versions, as part of it's initial implementation of PEP 517. pip has not generated this folder for a few versions now, so it should be OK to remove this from the standard gitignore file.
-
- 07 4月, 2020 1 次提交
-
-
由 Jason Gross 提交于
These generated files were added in https://github.com/coq/coq/pull/745
-
- 05 4月, 2020 4 次提交
-
-
由 Loo Zheng Yuan 提交于
-
由 Brendan Forster 提交于
This reverts commit e931ef7f.
-
由 ofthelit 提交于
This will add support for the default location the Local History extension for Visual Studio Code uses. See https://marketplace.visualstudio.com/items?itemName=xyz.local-history
- 28 3月, 2020 1 次提交
-
-
由 Patrick Schratz 提交于
-
- 13 3月, 2020 3 次提交
-
-
由 Meysam 提交于
-
由 Arcadiy Ivanov 提交于
PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs.
-
由 Miklós Márton 提交于
Projects using QML files generating a temporary qrc file if a qrc file present in the project.
-
- 12 3月, 2020 4 次提交
-
-
由 jymok12 提交于
-
由 Jeffrey Walton 提交于
Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/.
-
由 Christoph Niethammer 提交于
Ignore .dirstamp files from automake used for non-existing directory dependencies.
-
由 Patrick Roche 提交于
-
- 11 3月, 2020 10 次提交
-
-
由 ChiefORZ 提交于
-
由 JasperCiti 提交于
* Added Addressables. Prevent automatically generated addressable files to end up in Git. * Update .gitignore to exclude packed Addressables and Android auto-generated files.
-
由 Sam Gleske 提交于
After years of use I've come up with some improvements to the `JENKINS_HOME.gitignore` example. - Major performance improvement: On very large Jenkins installations that have been running for more than one year, there tends to be many builds (hundreds of thousands of builds). The `builds` directory of these jobs contain millions of files which would cause Git to hang for several minutes on simple commands like `git status` and longer for committing changes. `strace` was used on Git to figure out the performance impact and this proposed change includes the optimization. I also added a clear comment explaining the line's purpose. - There's an example for how to include Jenkins encryption keys, and there's a disclaimer informing the user why they shouldn't but still giving an example. - Comments have been reworded and slightly reformatted to be a little more clear.
-
由 Elijah Shaw-Rutschman 提交于
Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore.
-
由 MetaJuanito Fatas 提交于
When using a file upload gem called Shrine, its file system mode put images under `public/uploads`. https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md
-
由 A. Said Aslan 提交于
-
由 Simon Siefke 提交于
-
由 Rohan Sakhale 提交于
-
由 Marouane Hassine 提交于
-
由 mr 提交于
-
- 28 2月, 2020 1 次提交
-
-
由 bitbonk 提交于
AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible.
-
- 25 2月, 2020 1 次提交
-
-
由 Bart Verhagen 提交于
-