The Wayback Machine - https://web.archive.org/web/20201105204604/https://github.com/AIRyndon/gitignore/pull/1
Skip to content
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 64 commits into from Jul 24, 2020
Merged

Merge latest #1

merged 64 commits into from Jul 24, 2020

Conversation

@AIRyndon
Copy link
Owner

@AIRyndon AIRyndon commented Jul 24, 2020

Reasons for making this change:

TODO

Links to documentation supporting these rule changes:

TODO

If this is a new template:

  • Link to application or project’s homepage: TODO
anishagg17 and others added 5 commits Dec 16, 2019
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
@Sawyer69

This comment was marked as off-topic.

Copy link

@Sawyer69 Sawyer69 commented on b4551f2 Jan 10, 2020

Hi

FritzsHero and others added 24 commits Jan 20, 2020
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 github#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.
martonmiklos and others added 3 commits Mar 12, 2020
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.
@dgadelha

This comment has been minimized.

Copy link

@dgadelha dgadelha commented on Node.gitignore in be4f76b Mar 20, 2020

image

pat-s and others added 22 commits Mar 28, 2020
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
…thub#3363)

This reverts commit e931ef7.
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 <loozhengyuan@users.noreply.github.com>
Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
Co-authored-by: Kevin Cochran <kcochran@hashicorp.com>
* 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
@AIRyndon AIRyndon merged commit 2e5d1e7 into AIRyndon:master Jul 24, 2020
@AIRyndon
Copy link
Owner Author

@AIRyndon AIRyndon commented Jul 24, 2020

Merge latest

@Stiles-X

This comment has been minimized.

Copy link

@Stiles-X Stiles-X commented on 6eff882 Sep 24, 2020

Nice finding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.