Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Rust build directory
/target/
# Rust package manager dependency directory
/Cargo.lock
# Generated by Cargo
**/*.rs.bk
# Compiled static and dynamic libraries
*.dll
*.dylib
*.exe
*.so
# Executables
*.exe
*.out
*.app
# Rust intermediate files
*.rlib
# Rust documentation directory
/target/doc/
# mdBook build directory
/book/
# mdBook support files
/print.html
/print.pdf
# Editors and IDEs
# JetBrains (IDEA, PyCharm, etc.)
.idea/
*.iml
# VS Code
.vscode/
*.code-workspace
# macOS
.DS_Store
# Windows
Thumbs.db