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
104
104
.temp
105
105
.cache
106
106
107
+ # vitepress build output
108
+ **/.vitepress/dist
109
+
110
+ # vitepress cache directory
111
+ **/.vitepress/cache
112
+
107
113
# Docusaurus cache and generated files
108
114
.docusaurus
109
115
Original file line number Diff line number Diff line change @@ -167,5 +167,8 @@ cython_debug/
167
167
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
168
168
#.idea/
169
169
170
+ # Ruff stuff:
171
+ .ruff_cache/
172
+
170
173
# PyPI configuration file
171
174
.pypirc
Original file line number Diff line number Diff line change 3
3
debug/
4
4
target/
5
5
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
-
10
6
# These are backup files generated by rustfmt
11
7
**/*.rs.bk
12
8
You can’t perform that action at this time.
0 commit comments