- 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 2 次提交
-
-
由 Bart Verhagen 提交于
-
由 Jeffrey Priebe 提交于
Similar to #2608, it's the defacto tsc way now for adding typings locally.
-
- 21 2月, 2020 1 次提交
-
-
由 bakkiung 提交于
Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms
-
- 20 2月, 2020 3 次提交
-
-
Since October 2019, Raku is the name of the language formerly known as Perl 6. This reflects the change. It's the same language, so changes are mostly cosmetic.
-
由 Xuan (Sean) Hu 提交于
-
由 Igor Strebezhev 提交于
-
- 10 2月, 2020 4 次提交
-
-
由 Chris Kipp 提交于
-
由 Gruber 提交于
* add alternative sftp settings file * update for possible multiple alt* numbered files
-
由 Michaël Vanbrabandt 提交于
In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/... This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location.
-
由 Santiago Basulto 提交于
-