8000 Merge pull request #4062 from greystate by jskelly84 · Pull Request #4178 · github/gitignore · GitHub
[go: up one dir, main page]

Skip to content

Merge pull request #4062 from greystate#4178

Closed
jskelly84 wants to merge 1904 commits intoreduce-noisefrom
rmw-universe-2022
Closed

Merge pull request #4062 from greystate#4178
jskelly84 wants to merge 1904 commits intoreduce-noisefrom
rmw-universe-2022

Conversation

@jskelly84
Copy link

Ignore SQLite files

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

jeffreypriebe and others added 30 commits February 24, 2020 13:04
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.
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.
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.
* Added Addressables.

Prevent automatically generated addressable files to end up in Git.

* Update .gitignore to exclude packed Addressables and Android auto-generated files.
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
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.
bdougie and others added 22 commits December 10, 2021 16:06
Update global .gitignore template doc ID link
Add RStudio Connect folder to R gitignore
Create .gitignore for Flax Engine
VisualStudioCode: ignores built vscode extensions
fixes CodeIgniter.gitignore deleting a critical framework file
Added wildcard to crash.log because the newer versions of Terraform c…
Add template for Keil uVision
…-upstream-conventions

Update Drupal.gitignore with upstream conventions: prefix /web for dr…
@ShamrockLee
Copy link
ShamrockLee commented Nov 28, 2022

The number of commits seems unreasonably large.

Maybe it needs git rebase, or the from-branch / to-branch settings needs doublecheck.

@jskelly84 jskelly84 closed this Mar 13, 2023
@jskelly84 jskelly84 reopened this Mar 13, 2023
@jskelly84 jskelly84 changed the title Merge pull request #4062 from greystate/patch-1 Merge pull request #4062 from greystate Mar 27, 2023
@github-actions
Copy link
github-actions bot commented Jun 8, 2025

This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open 😄

@github-actions github-actions bot added the stale label Jun 8, 2025
@wirecat
Copy link
Collaborator
wirecat commented Jun 13, 2025

This is way to big. Please consolidate to a smaller change-set and follow our contribution guidelines for future updates. Closing.

@wirecat wirecat closed this Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0