File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/rust,macos,visualstudiocode
3
+
4
+ # ## macOS ###
5
+ # General
6
+ .DS_Store
7
+ .AppleDouble
8
+ .LSOverride
9
+
10
+ # Icon must end with two \r
11
+ Icon
12
+
13
+ # Thumbnails
14
+ ._ *
15
+
16
+ # Files that might appear in the root of a volume
17
+ .DocumentRevisions-V100
18
+ .fseventsd
19
+ .Spotlight-V100
20
+ .TemporaryItems
21
+ .Trashes
22
+ .VolumeIcon.icns
23
+ .com.apple.timemachine.donotpresent
24
+
25
+ # Directories potentially created on remote AFP share
26
+ .AppleDB
27
+ .AppleDesktop
28
+ Network Trash Folder
29
+ Temporary Items
30
+ .apdisk
31
+
32
+ # ## Rust ###
33
+ # Generated by Cargo
34
+ # will have compiled files and executables
35
+ target /
36
+
37
+ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
38
+ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
39
+ Cargo.lock
40
+
41
+ # These are backup files generated by rustfmt
42
+ ** /* .rs.bk
43
+
44
+ # ## VisualStudioCode ###
45
+ .vscode /*
46
+ ! .vscode /settings.json
47
+ ! .vscode /tasks.json
48
+ ! .vscode /launch.json
49
+ ! .vscode /extensions.json
50
+
51
+
52
+ # End of https://www.gitignore.io/api/rust,macos,visualstudiocode
You can’t perform that action at this time.
0 commit comments