Skip to content

Commit

Permalink
Adding .gitignore to make sure no big files are commited to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Balyasin committed Mar 2, 2021
1 parent 0e9de80 commit bfa23ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions io/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore everything...
*

# ...except README.md
!README.md

0 comments on commit bfa23ce

Please sign in to comment.