Skip to content

Commit f9a8740

Browse files
authored
Merge pull request #17 from sir-gon/develop
[CONFIG] Better .gitignore
2 parents 5fda9f5 + 9c043b0 commit f9a8740

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

.gitignore

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
my-clippy-report.json
2-
sonar-issues.json
3-
4-
lcov.info
5-
1+
# Rust build artifacts
62
/target
73

4+
# IDE-specific files
5+
.idea/
6+
.vscode/
87

9-
# Added by cargo
10-
#
11-
# already existing elements were commented out
12-
13-
#/target
8+
# Editor backup files
9+
*~
10+
*.bak
1411

15-
16-
# Added by cargo
17-
#
18-
# already existing elements were commented out
19-
20-
#/target
12+
# Coverage reports
13+
lcov.info
14+
my-clippy-report.json
15+
sonar-issues.json

0 commit comments

Comments
 (0)