# 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/ # Include the root lockfile but not the others */Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk # Other .fuse_hidden* .DS_Store # IDE/Editor configuration files .vscode .idea # Output from capture example wgpu/red.png # Output from render_to_texture example **/please_don't_git_push_me.png # Output from invalid comparison tests **/*-actual.png **/*-difference.png # Readme says to check out CTS here /cts # Readme says to put angle in working directory *.dll # Cached GPU config .gpuconfig # Temporary clone location for wasm-bindgen mirroring wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp