- 13 3月, 2020 1 次提交
-
-
由 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 8 次提交
-
-
由 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 提交于
-
由 shahroq 提交于
-
由 Daniel Heim 提交于
Unity 2020 introduces a new "UserSettings" top-level project folder. See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information.
-
由 Brad Solomon 提交于
pytype is a static type analyzer for Python code; it generates files of inferred type information, located by default in .pytype/pyi.
-
由 Douglas Larson 提交于
The project description file.
-
- 21 1月, 2020 5 次提交
-
-
由 Hideaki KAWAI 提交于
-
由 Hugo Locurcio 提交于
The Godot editor automatically creates those binary files from translations in CSV format. There's no need to add them to version control.
-
由 Henri Menke 提交于
-
由 Leonardo Romor 提交于
-
由 FritzsHero 提交于
-
- 16 12月, 2019 5 次提交
-
-
由 Simon Siefke 提交于
* Ignore files inside `.vscode-test` [vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension. * Update Node.gitignore
-
由 Łukasz Kurzyniec 提交于
-
由 狂飙 提交于
Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder.
-
由 Pellegrino Prevete 提交于
-
由 anishagg17 提交于
-