From c094fefa843cccb1673a7a3cbd4d06ace1f2035c Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 10 Feb 2020 19:39:06 +0100 Subject: Hugo Basic Example --- hugoBasicExample/.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hugoBasicExample/.gitignore (limited to 'hugoBasicExample/.gitignore') diff --git a/hugoBasicExample/.gitignore b/hugoBasicExample/.gitignore new file mode 100644 index 0000000..ca4d540 --- /dev/null +++ b/hugoBasicExample/.gitignore @@ -0,0 +1,27 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test + +/public +/themes +.DS_Store -- cgit v1.2.1