File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .rtk
3
3
* .ctk
4
+
5
+ # Generated by Cargo
6
+ # will have compiled files and executables
7
+ debug /
8
+ target /
9
+
10
+ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
11
+ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12
+ Cargo.lock
13
+
14
+ # These are backup files generated by rustfmt
15
+ ** /* .rs.bk
16
+
17
+ # MSVC Windows builds of rustc generate these, which store debugging information
18
+ * .pdb
19
+
20
+ # RustRover
21
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
22
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
23
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
24
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
25
+ # .idea/
You can’t perform that action at this time.
0 commit comments