gitignore
This commit is contained in:
parent
96fb65bfe9
commit
0a913ba650
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.idea/
|
||||
*.pyc
|
|
@ -6,7 +6,7 @@ Cross-language definitions for standard LBRY types.
|
|||
|
||||
### Go
|
||||
|
||||
```
|
||||
```go
|
||||
package main
|
||||
|
||||
import pb "github.com/lbryio/types/go"
|
||||
|
|
Loading…
Reference in a new issue