summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-04-25 16:50:56 -0300
committerRoger Gonzalez <roger@rogs.me>2020-04-25 16:50:56 -0300
commit29d309db5196099982d96933acdc4c0d0ae45436 (patch)
treed05796b60487d2befc2780d35ae1f864eff225c7 /.gitignore
Initial commit, migrating from Ghost
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5def0d7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+.DS_Store
+.idea
+*.log
+tmp/
+# Created by https://www.gitignore.io/api/hugo
+# Edit at https://www.gitignore.io/?templates=hugo
+
+### Hugo ###
+# Generated files by hugo
+/public/
+/resources/_gen/
+
+# Executable may be added to repository
+hugo.exe
+hugo.darwin
+hugo.linux
+
+# End of https://www.gitignore.io/api/hugo