remove .idea from gitignore

This commit is contained in:
Alex Grintsvayg 2018-02-23 09:22:36 -05:00
parent 2bcf072aee
commit ef5a03747d
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
4 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
/.idea
/lbry
/vendor
/tmp.sh

2
errors/.gitignore vendored
View file

@ -1,2 +0,0 @@
/.idea
/vendor

2
null/.gitignore vendored
View file

@ -1,2 +0,0 @@
coverage.out
/.idea

View file

@ -1,5 +1,7 @@
## null-extended [![GoDoc](https://godoc.org/github.com/nullbio/null?status.svg)](https://godoc.org/github.com/nullbio/null) [![Coverage](http://gocover.io/_badge/github.com/nullbio/null)](http://gocover.io/github.com/nullbio/null)
*Forked from https://github.com/nullbio/null*
null-extended is a library with reasonable options for dealing with nullable SQL and JSON values
Types in `null` will only be considered null on null input, and will JSON encode to `null`.