mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 03:48:58 +00:00
Ignore gob files (#488)
* Ignore gob files * Remove `*.db` from `.gitignore`
This commit is contained in:
parent
8cf6f56a3c
commit
a16faca5fb
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,6 @@
|
|||||||
# vendor/
|
# vendor/
|
||||||
.idea/
|
.idea/
|
||||||
build
|
build
|
||||||
*.db
|
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -32,3 +31,4 @@ pprof/*
|
|||||||
|
|
||||||
# Database Files
|
# Database Files
|
||||||
*.bin
|
*.bin
|
||||||
|
*.gob
|
||||||
|
Loading…
Reference in New Issue
Block a user