Skip to content

Commit

Permalink
chore: add .DS_Store and others to gitignore (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jun 17, 2024
1 parent 855a4f9 commit 497349d
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# This project does not check in Cargo.lock
Cargo.lock
target

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by Intellij-based IDEs.
.idea

# Generated by MacOS
.DS_Store

# VSCode
.vscode

# Rust bug report
rustc-ice-*

0 comments on commit 497349d

Please sign in to comment.