Add .jj to .gitignore (#7559)

This commit is contained in:
Erich Gubler 2025-04-17 00:46:54 -04:00 committed by GitHub
parent c24bf0f56f
commit 2f409a8551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.gitignore vendored
View File

@ -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/
@ -36,4 +44,4 @@ cts/
.gpuconfig
# Temporary clone location for wasm-bindgen mirroring
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp