We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b22f8a commit c46dfdaCopy full SHA for c46dfda
Rust.gitignore
@@ -12,3 +12,10 @@ Cargo.lock
12
13
# MSVC Windows builds of rustc generate these, which store debugging information
14
*.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