Skip to content

Commit

Permalink
Add IDE files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Apr 26, 2018
1 parent 7243993 commit a0a5a5c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
target
# cargo
target/
Cargo.lock

# IDEA
.idea/
*.iml

# VS Code
.vscode/

0 comments on commit a0a5a5c

Please sign in to comment.