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/ /target/
**/*.rs.bk **/*.rs.bk
.idea/*
.vscode/* .vscode/*
*.log *.log