[lbry] ci: update .gitignore

This commit is contained in:
Roy Lee 2022-05-23 22:43:25 -07:00
parent 3cb961257c
commit badb894e3a

17
.gitignore vendored
View file

@ -3,6 +3,7 @@
# Databases # Databases
btcd.db btcd.db
lbcd.db
*-shm *-shm
*-wal *-wal
@ -33,6 +34,22 @@ _testmain.go
*.exe *.exe
.DS_Store
# Code coverage files # Code coverage files
profile.tmp profile.tmp
profile.cov profile.cov
# IDE
.idea
.vscode
# Binaries
btcd
btcctl
lbcd
lbcctl
# CI artifacts
dist
debug