Skip to content

Commit

Permalink
Added gitignore for the whole repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sohilladhani committed Mar 10, 2019
1 parent 4f43879 commit 97a5a78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#https://stackoverflow.com/q/43667176

# Generated files
/target/

# The library shouldn't decide about the exact versions of
# its dependencies, but let the downstream crate decide.
#Cargo.lock

0 comments on commit 97a5a78

Please sign in to comment.