Skip to content

Commit

Permalink
Updates gitignore to ignore binary + tfstate files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem committed May 25, 2020
1 parent a1d3ee0 commit a07b2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
ecsrun

# Test binary, built with `go test -c`
*.test
Expand All @@ -16,3 +17,5 @@ vendor/

.gopath
bin/

*.tfstate*

0 comments on commit a07b2ec

Please sign in to comment.