浏览代码

Added basic .gitignore file to avoid .DS_Store files and vim swap files getting into the repository

sole 15 年之前
父节点
当前提交
e05234147b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+.DS_Store
+*.swp