diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-02-10 19:39:06 +0100 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-02-10 19:39:06 +0100 |
| commit | c094fefa843cccb1673a7a3cbd4d06ace1f2035c (patch) | |
| tree | 66a044ad6cccc728124a96a0cfb36d5e4237b1bd /hugoBasicExample/.gitignore | |
| parent | 6283825517f49afa18b4bb6f1d820a08f8f6e290 (diff) | |
Hugo Basic Example
Diffstat (limited to 'hugoBasicExample/.gitignore')
| -rw-r--r-- | hugoBasicExample/.gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
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 |
