Skip to content

Commit 12496bd

Browse files
committed
Update .gitignore
1 parent 0eaa41c commit 12496bd

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

.gitignore

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
/target/
1+
# Operating system files
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Logs
6+
*.log
7+
8+
# IDEs and editors
9+
.vscode/
10+
.idea/
11+
*.sublime-workspace
12+
*.sublime-project
13+
14+
15+
# Compiled files
16+
*.class
17+
*.pyc
18+
*.o
19+
*.so
20+
21+
# Misc
22+
*.swp
23+
*.bak
24+
*.tmp
25+
26+
# Generated by Cargo
27+
# will have compiled files and executables
28+
debug
29+
target
30+
31+
# These are backup files generated by rustfmt
32+
**/*.rs.bk
33+
34+
# MSVC Windows builds of rustc generate these, which store debugging information
35+
*.pdb
36+
37+
# Generated by cargo mutants
38+
# Contains mutation testing data
39+
**/mutants.out*/
40+
241
/.direnv/
342
/.devenv/
443

0 commit comments

Comments
 (0)