diff options
author | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-26 15:56:03 +0000 |
---|---|---|
committer | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-26 15:56:03 +0000 |
commit | 80e123063eb991a8d5ccb3d526408f742bb44c52 (patch) | |
tree | 728207b57e86184ce5b20ad7650caafb841eeaf6 | |
parent | 4abfd709d4324ee7e2647791a4b2db06cff2e436 (diff) | |
download | mfashby.net-80e123063eb991a8d5ccb3d526408f742bb44c52.tar.gz mfashby.net-80e123063eb991a8d5ccb3d526408f742bb44c52.tar.bz2 mfashby.net-80e123063eb991a8d5ccb3d526408f742bb44c52.tar.xz mfashby.net-80e123063eb991a8d5ccb3d526408f742bb44c52.zip |
Add .gitignore. Add hugo generated output to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ |