Skip to content

Commit c46dfda

Browse files
committed
Add RustRover entry for Rust.gitignore
Add an optional entry for JetBrains's RustRover IDE in Rust.gitignore. Signed-off-by: src_resources <[email protected]>
1 parent 7b22f8a commit c46dfda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Rust.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ Cargo.lock
1212

1313
# MSVC Windows builds of rustc generate these, which store debugging information
1414
*.pdb
15+
16+
# RustRover
17+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
18+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19+
# and can be added to the global gitignore or merged into this file. For a more nuclear
20+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21+
#.idea/

0 commit comments

Comments
 (0)