Use .gitignore to avoid versioning transient files by accident. (#453)

This commit is contained in:
Antonio Robson de Paula 2021-06-24 18:19:04 -03:00 committed by GitHub
parent db2a0ea3fd
commit 8b6c4f9539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
distributed-calculator/go/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
app

View File

@ -0,0 +1 @@
__pycache__/