Add internal/structs to .gitignore

This commit is contained in:
Vinícius Garcia 2022-01-11 19:05:23 -03:00
parent a394fd0815
commit 338fc7b266

View File

@ -1,4 +1,5 @@
ignore:
"internal/testtools"
"internal/structs"
"examples/example_service"
"examples/**/*"