Skip to content

Commit 1513275

Browse files
committed
adding cargo ignore for napi for RUst
1 parent 6ad8717 commit 1513275

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitignore

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
node_modules
2-
lib
2+
lib
3+
4+
# Generated by Cargo
5+
# will have compiled files and executables
6+
debug/
7+
target/
8+
9+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
10+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
11+
Cargo.lock
12+
13+
# These are backup files generated by rustfmt
14+
**/*.rs.bk
15+
16+
# MSVC Windows builds of rustc generate these, which store debugging information
17+
*.pdb

0 commit comments

Comments
 (0)