ソースを参照

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

読み込み中…
キャンセル
保存