mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-03 03:19:40 +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/
|
||||
.idea/
|
||||
build
|
||||
*.db
|
||||
|
||||
# Mac OS
|
||||
.DS_Store
|
||||
@ -32,3 +31,4 @@ pprof/*
|
||||
|
||||
# Database Files
|
||||
*.bin
|
||||
*.gob
|
||||
|
Loading…
Reference in New Issue
Block a user