Skip to content

Commit 1debf18

Browse files
authoredJan 7, 2025
chore: gitignore (#1)
1 parent b2c5830 commit 1debf18

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Rust ###
2+
# Generated by Cargo
3+
# will have compiled files and executables
4+
debug/
5+
target/
6+
7+
# These are backup files generated by rustfmt
8+
**/*.rs.bk
9+
10+
# MSVC Windows builds of rustc generate these, which store debugging information
11+
*.pdb
12+
13+
### IDEs ###
14+
.vscode/
15+
.idea/
16+
.helix/
17+
18+
### macOS ###
19+
.DS_Store

0 commit comments

Comments
 (0)