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.
2 parents 5fda9f5 + 9c043b0 commit f9a8740Copy full SHA for f9a8740
.gitignore
@@ -1,20 +1,15 @@
1
-my-clippy-report.json
2
-sonar-issues.json
3
-
4
-lcov.info
5
+# Rust build artifacts
6
/target
7
+# IDE-specific files
+.idea/
+.vscode/
8
9
-# Added by cargo
10
-#
11
-# already existing elements were commented out
12
13
-#/target
+# Editor backup files
+*~
+*.bak
14
15
16
17
18
19
20
+# Coverage reports
+lcov.info
+my-clippy-report.json
+sonar-issues.json
0 commit comments