[PARSER/PIPELINE] Update .gitignore (#174)

This commit is contained in:
agodnic 2023-03-06 14:35:53 -03:00 committed by GitHub
parent b3ec0bcc9e
commit c1dea6ea4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

3
parser/.gitignore vendored
View File

@ -1 +1,2 @@
.env
.env
parser-app

View File

@ -8,7 +8,7 @@ help:
@sed -n 's/^##//p' ${MAKEFILE_LIST} | column -t -s ':' | sed -e 's/^/ /'
build:
go build -o parser cmd/main.go
go build -o parser-app cmd/main.go
doc:
swag init -pd

3
pipeline/.gitignore vendored
View File

@ -1 +1,2 @@
.env
.env
pipeline-app