mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Add .jj to .gitignore (#7559)
This commit is contained in:
parent
c24bf0f56f
commit
2f409a8551
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
# Generated by Cargo
|
||||||
# will have compiled files and executables
|
# will have compiled files and executables
|
||||||
target/
|
target/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user