We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.jj
.gitignore
1 parent c24bf0f commit 2f409a8Copy full SHA for 2f409a8
1 file changed
.gitignore
@@ -1,3 +1,11 @@
1
+# Jujutsu
2
+#
3
+# When using the WGPU repository through [Jujutsu](https://github.com/martinvonz/jj), `.jj/` dirs.
4
+# are ignored because Jujutsu writes a `.jj/.gitignore` file containing `/*`. Some tools, like
5
+# `prettier`, don't handle nested `.gitgnore` properly, but they _do_ handle top-level `.gitignore`
6
+# patterns properly. So, include it here, even though we shouldn't need it. :cry:
7
+.jj/
8
+
9
# Generated by Cargo
10
# will have compiled files and executables
11
target/
@@ -36,4 +44,4 @@ cts/
36
44
.gpuconfig
37
45
38
46
# Temporary clone location for wasm-bindgen mirroring
39
-wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
47
+wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
0 commit comments