diff options
author | Peiling Jiang <jiangpeiling98@outlook.com> | 2019-12-01 07:05:08 -0500 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-01 13:05:08 +0100 |
commit | 995c1e695cb5d6f30f0b15fe040693aab052bbf0 (patch) | |
tree | 6ab8cb4eb6fa666ab4b7b29949ed83b10877e47f | |
parent | 681a6ed87069e02c89b16f40efbc89fd548e0392 (diff) |
add .DS_Store to gitignore (#108)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ public/ -exampleSite/public/
\ No newline at end of file +exampleSite/public/ +.DS_Store |