浏览代码

Add .DS_Store and .oslo files to gitignore

I keep test .oslo files around and I hate not
having a clean repo.
master
Dylan Baker 5 年前
父节点
当前提交
296e94f25a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .gitignore

+ 2
- 0
.gitignore 查看文件

@@ -1 +1,3 @@
1 1
 node_modules
2
+.DS_Store
3
+*.oslo

正在加载...
取消
保存