File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ dist
104104.temp
105105.cache
106106
107+ # vitepress build output
108+ **/.vitepress/dist
109+
110+ # vitepress cache directory
111+ **/.vitepress/cache
112+
107113# Docusaurus cache and generated files
108114.docusaurus
109115
Original file line number Diff line number Diff line change @@ -167,5 +167,8 @@ cython_debug/
167167# option (not recommended) you can uncomment the following to ignore the entire idea folder.
168168#.idea/
169169
170+ # Ruff stuff:
171+ .ruff_cache/
172+
170173# PyPI configuration file
171174.pypirc
Original file line number Diff line number Diff line change 33debug/
44target/
55
6- # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7- # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8- Cargo.lock
9-
106# These are backup files generated by rustfmt
117**/*.rs.bk
128
You can’t perform that action at this time.
0 commit comments