forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge latest #1
Merged
Merged
Merge latest #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder.
* 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
The Godot editor automatically creates those binary files from translations in CSV format. There's no need to add them to version control.
The project description file.
pytype is a static type analyzer for Python code; it generates files of inferred type information, located by default in .pytype/pyi.
Unity 2020 introduces a new "UserSettings" top-level project folder. See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information.
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.
* add alternative sftp settings file * update for possible multiple alt* numbered files
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.
Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms
Similar to #2608, it's the defacto tsc way now for adding typings locally.
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.
Ignore .dirstamp files from automake used for non-existing directory dependencies.
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/.
Projects using QML files generating a temporary qrc file if a qrc file present in the project.
PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs.
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
These generated files were added in coq/coq#745
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.
Generated files that appear when using 'google_fonts' or other Dart packages designed as Flutter plugins.
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)
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
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.
Co-authored-by: ZhengYuan Loo <[email protected]>
Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
Co-authored-by: Kevin Cochran <[email protected]>
* KiCad: add *.kicad_sch-bak As used by the new file formats for KiCad 6.0 See https://kicad-pcb.org/blog/2020/05/Development-Highlight-New-schematic-and-symbol-library-file-formats-are-now-the-default/ * Add *.kicad_prl to KiCad.gitignore More info: https://forum.kicad.info/t/new-project-file-format/23705
Merge latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reasons for making this change:
TODO
Links to documentation supporting these rule changes:
TODO
If this is a new template: