We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore
1 parent 7317978 commit 6f98897Copy full SHA for 6f98897
.gitignore
@@ -1,7 +1,3 @@
1
-## IDEs
2
-.vscode
3
-
4
5
# Generated by Cargo
6
# will have compiled files and executables
7
debug/
@@ -16,3 +12,13 @@ Cargo.lock
16
12
17
13
# MSVC Windows builds of rustc generate these, which store debugging information
18
14
*.pdb
15
+
+# RustRover
+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
+# 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/
22
23
+# VS Code
24
+.vscode/
0 commit comments