diff options
author | Robby Zambito <contact@robbyzambito.me> | 2020-10-30 18:17:51 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2020-10-30 18:17:51 -0400 |
commit | f0265ceb68470e1c7525852f2daea184faff43cb (patch) | |
tree | c513e964bd323b5ebc4c0836fd60c71d4fa89243 /.gitignore | |
parent | 98b422f2122f93cc3ae554d2e4335e0c65c7566a (diff) |
Added .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d89fa7d --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + |