Closed theHamsta closed 1 year ago
Cargo.lock and package-lock.json should be in the .gitignore..
Cargo.lock and package-lock.json should be in the .gitignore..
Well, that is a opinionated. Some projects prefer to have them other not. Probably more likely to have them committed because that's precisely what they are for to get to the last point where this has worked if needed. Library users and users of cargo install
will still get the newest semver compatible version.
to get to the last point where this has worked if needed
yeah, good point
Side note, can we disable merge commits here (and nvim-treesitter-textobjects)? that is so ugly...rebase is the way
After this PR I can run
cargo publish
. Would use my personal crates.io account. I don't expect that this parser will require many updates in future (as it didn't need to change in the past)Fixes #22