Add .gitignore

Add gitignore file to ease development.
This commit is contained in:
Pu Xingyu 2017-02-16 16:06:17 +08:00
parent 51e20b2a35
commit c8e6d27520
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/target
Cargo.lock
# Editors
# IntelliJ
.idea
*.iws
# VSCode
.vscode