remove .idea from gitignore
This commit is contained in:
parent
2bcf072aee
commit
ef5a03747d
4 changed files with 2 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
/.idea
|
||||
/lbry
|
||||
/vendor
|
||||
/tmp.sh
|
||||
|
|
2
errors/.gitignore
vendored
2
errors/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/.idea
|
||||
/vendor
|
2
null/.gitignore
vendored
2
null/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
coverage.out
|
||||
/.idea
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue