Skip to content

Commit

Permalink
Add .zed directory to .gitignore (JuliaLang#55974)
Browse files Browse the repository at this point in the history
Similar to the `vscode` config directory, we may ignore the `zed`
directory as well.
  • Loading branch information
jishnub authored Oct 4, 2024
1 parent b6b5528 commit b9d9b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.DS_Store
.idea/*
.vscode/*
.zed/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
Expand Down

0 comments on commit b9d9b69

Please sign in to comment.