Skip to content

Commit

Permalink
feat: add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed May 29, 2024
1 parent 5f7bd50 commit d453981
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions catalyst-gateway-crates/c509-certificate/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

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

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

0 comments on commit d453981

Please sign in to comment.