Skip to content

fix: remove duplicate pg-hstore and add .gitignore#37

Merged
CryptoJones merged 2 commits into
CryptoJones:masterfrom
qianmao1989:fix/package-cleanup
May 16, 2026
Merged

fix: remove duplicate pg-hstore and add .gitignore#37
CryptoJones merged 2 commits into
CryptoJones:masterfrom
qianmao1989:fix/package-cleanup

Conversation

@qianmao1989
Copy link
Copy Markdown
Contributor

Summary

Changes

  • package.json: Remove duplicate pg-hstore: "^2.3.3" entry
  • .gitignore: New file with node_modules/, npm-debug.log, .env
  • Remove node_modules/ and npm-debug.log from git tracking (5179 files, ~445K lines removed)

Fixes #27, Fixes #28

qianmao1989 and others added 2 commits May 16, 2026 12:44
- Remove duplicate pg-hstore entry from package.json, keep ^2.3.4
- Add .gitignore with node_modules/, npm-debug.log, .env
- Untrack node_modules/ and npm-debug.log from git

Fixes CryptoJones#27, CryptoJones#28
@CryptoJones CryptoJones merged commit e64dd92 into CryptoJones:master May 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove duplicate pg-hstore entry in package.json Add .gitignore and untrack node_modules/ + npm-debug.log

2 participants