ignore .idea and .DS_Store

This commit is contained in:
rs 2013-11-21 19:36:40 +00:00
parent 1943182313
commit 66876bf761

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.ipr *.ipr
*.iml *.iml
*.iws *.iws
.idea
.DS_Store