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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 10:18:16 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 10:18:16 +0300
commitd247ba9ac45a0fc07a18f4d56a5d587f174c6901 (patch)
tree49191eabab735ed15d9421631c26aa54de94e370
parentfbd300cf50d808343bcc734dab284cdedbbb16fa (diff)
update: gitignore
-rw-r--r--.gitignore9
-rw-r--r--exampleSite/public/.keep0
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 49af5a2..4df969b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,14 @@
### Hugo ###
+# Generated files by hugo
+exampleSite/public/*
+!exampleSite/public/.keep
+
+# Executable may be added to repository
+hugo.exe
+hugo.darwin
+hugo.linux
+
### Linux ###
*~
diff --git a/exampleSite/public/.keep b/exampleSite/public/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/public/.keep