1 parent 0eaa41c commit 12496bdCopy full SHA for 12496bd
1 file changed
.gitignore
@@ -1,4 +1,43 @@
1
-/target/
+# 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
41
/.direnv/
42
/.devenv/
43
0 commit comments