Browse Source

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 years ago
parent
commit
296e94f25a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .gitignore

+ 2
- 0
.gitignore View File

1
 node_modules
1
 node_modules
2
+.DS_Store
3
+*.oslo

Loading…
Cancel
Save