Merge pull request #91 from kjeremy/ignore-idea

Ignore .idea/
This commit is contained in:
Aleksey Kladov 2018-10-02 18:18:26 +01:00 committed by GitHub
commit 4103068ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target/
**/*.rs.bk
.idea/*
.vscode/*
*.log