mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 22:18:01 -05:00
23 lines
394 B
Plaintext
23 lines
394 B
Plaintext
# Common files to ignore in Rust projects
|
|
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
|
|
# Generated by Cargo will have compiled files and executables
|
|
/target
|
|
|
|
# Generated by rln-wasm
|
|
/pkg
|
|
/examples/node_modules
|
|
/examples/package-lock.json
|
|
|
|
# Generated by Nix
|
|
result
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|