This diff removes .gitignore file from the rust-node-addon and adds ignoring directories to the global .gitignore file at the root of the project. It makes sense to use a root gitignore file to ignore these two directories.
Linear task: ENG-3048
Differential D6792
[keyserver] Removing `.gitignore` from rust-node-addon • max on Feb 20 2023, 3:52 PM. Authored by Tags None Referenced Files
Details This diff removes .gitignore file from the rust-node-addon and adds ignoring directories to the global .gitignore file at the root of the project. It makes sense to use a root gitignore file to ignore these two directories. Linear task: ENG-3048 Running yarn clieaninstall will build the rust-node-addon as a dependency. The building process produces files in the target and napi subdirectories which are ignored.
Diff Detail
Event TimelineComment Actions i actually prefer having separate .gitignore files at the cargo project level but it’s not a strong opinion. just think it makes the files more readable. also we already have other .gitignore files in the repo I think Comment Actions I'm not insisting to remove this gitignore as well, but from my perspective, we should use the project root and second-level (keyserver's) gitignoring as preferred. cc to @ashoat for a final decision. |