Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alex-shpak/hugo-book.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeiling Jiang <jiangpeiling98@outlook.com>2019-12-01 15:05:08 +0300
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-12-01 15:05:08 +0300
commit995c1e695cb5d6f30f0b15fe040693aab052bbf0 (patch)
tree6ab8cb4eb6fa666ab4b7b29949ed83b10877e47f
parent681a6ed87069e02c89b16f40efbc89fd548e0392 (diff)
add .DS_Store to gitignore (#108)v5
-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