Sponsored Content
Skip to content

Adds zed IDE to .gitignore - #6317

Merged
bthomee merged 1 commit into
developfrom
tapanito/gitignore-zed
Feb 3, 2026
Merged

Adds zed IDE to .gitignore#6317
bthomee merged 1 commit into
developfrom
tapanito/gitignore-zed

Conversation

@Tapanito

@Tapanito Tapanito commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

This PR adds project configuration directory to .gitignore for the zed editor.

As per the documentation, the project configuration files are stored in the .zed directory at the project root dir.

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

@Tapanito
Tapanito requested a review from bthomee February 3, 2026 11:47
@Tapanito Tapanito added the Trivial Simple change with minimal effect, or already tested. Only needs one approval. label Feb 3, 2026
@bthomee
bthomee merged commit b814a09 into develop Feb 3, 2026
1 check passed
@bthomee
bthomee deleted the tapanito/gitignore-zed branch February 3, 2026 15:13
mvadari pushed a commit to mvadari/rippled that referenced this pull request Feb 4, 2026
This change adds the project configuration directory to `.gitignore` for the `zed` editor. 

As per the [documentation](https://zed.dev/docs/remote-development?highlight=.zed#zed-settings), the project configuration files are stored in the `.zed` directory at the project root dir.
mvadari pushed a commit that referenced this pull request Feb 4, 2026
This change adds the project configuration directory to `.gitignore` for the `zed` editor. 

As per the [documentation](https://zed.dev/docs/remote-development?highlight=.zed#zed-settings), the project configuration files are stored in the `.zed` directory at the project root dir.
@mvadari mvadari added this to the 3.2.0 milestone May 20, 2026
beartec-jpg pushed a commit to beartec-jpg/FalconLedger that referenced this pull request Jun 1, 2026
This change adds the project configuration directory to `.gitignore` for the `zed` editor. 

As per the [documentation](https://zed.dev/docs/remote-development?highlight=.zed#zed-settings), the project configuration files are stored in the `.zed` directory at the project root dir.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Trivial Simple change with minimal effect, or already tested. Only needs one approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants