node-postgres/.gitignore
Brian C 5be3d95f62
Remove double-send of ssl request packet (#2086)
* Remove double-send of ssl request packet

I missed the fact that we are already sending this.  Since I don't have good test coverage for ssl [which I am planning on fixing next](https://github.com/brianc/node-postgres/issues/2009) this got missed.

I'm forcing an SSL test on travis.  This will break for me locally as I don't have SSL enabled on my local test DB. Something I will also remedy.
2020-01-29 18:10:23 -06:00

12 lines
119 B
Plaintext

*~
build/
.lock-wscript
*.log
node_modules/
package-lock.json
*.swp
dist
.DS_Store
.vscode/
manually-test-on-heroku.js