Skip to content

Commit

Permalink
chore(gitignore): add .jj/
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 12, 2024
1 parent 609b6e0 commit 169ab8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Jujutsu
#
# When using the WGPU repository through [Jujutsu](https://github.com/martinvonz/jj), `.jj/` dirs.
# are ignored because Jujutsu writes a `.jj/.gitignore` file containing `/*`. Some tools, like
# `prettier`, don't handle nested `.gitgnore` properly, but they _do_ handle top-level `.gitignore`
# patterns properly. So, include it here, even though we shouldn't need it. :cry:
.jj/

# Generated by Cargo
# will have compiled files and executables
target/
Expand Down

0 comments on commit 169ab8b

Please sign in to comment.