summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeiling Jiang <jiangpeiling98@outlook.com>2019-12-01 07:05:08 -0500
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-12-01 13:05:08 +0100
commit995c1e695cb5d6f30f0b15fe040693aab052bbf0 (patch)
tree6ab8cb4eb6fa666ab4b7b29949ed83b10877e47f /.gitignore
parent681a6ed87069e02c89b16f40efbc89fd548e0392 (diff)
add .DS_Store to gitignore (#108)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8c7975d..e52eb52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
public/
-exampleSite/public/ \ No newline at end of file
+exampleSite/public/
+.DS_Store