Closed theHamsta closed 1 year ago
Npm will ignore global .gitignore. To not include cargo build artifacts into NPM packages we should add target to .gitignore which also servers as .npmignore
target
Npm will ignore global .gitignore. To not include cargo build artifacts into NPM packages we should add
target
to .gitignore which also servers as .npmignore