Skip to content

Commit

Permalink
Adds root ecsrun.yaml to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem committed Jun 20, 2020
1 parent 839a321 commit d0fda8b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*.dll
*.so
*.dylib
ecsrun
dist/

# Test binary, built with `go test -c`
*.test
Expand All @@ -16,7 +14,8 @@ dist/
# Dependency directories (remove the comment below to include it)
vendor/

.gopath
bin/

# ecsrun specific
*.tfstate*
ecsrun
dist/
ecsrun.yaml

0 comments on commit d0fda8b

Please sign in to comment.