diff --git a/.gitignore b/.gitignore index 5b90e79..93cd5b4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# testing db's +*.db +*.sqlite + # Dependency directories (remove the comment below to include it) # vendor/ @@ -24,4 +28,3 @@ go.work.sum # env file .env -