diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-01-08 13:22:49 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-01-08 13:22:49 -0700 |
commit | 4c48d22a0c808ba39206a047c9ddc0fba7a8b326 (patch) | |
tree | e77c7e2b46e3f4594d9a13d480a930ff8c332c8b /.gitignore | |
parent | 50e7b3e6333669b6526eaad13ba01e749d210e5b (diff) | |
parent | 93e65c6299324362fe9d0938ae6b0a4ad80e676f (diff) | |
download | website-4c48d22a0c808ba39206a047c9ddc0fba7a8b326.tar website-4c48d22a0c808ba39206a047c9ddc0fba7a8b326.tar.gz website-4c48d22a0c808ba39206a047c9ddc0fba7a8b326.tar.bz2 |
Merge branch 'master' of codeberg.org:brysonsteck/website
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,3 +18,6 @@ hugo.linux # Vim Swapfiles *.swp *.swo + +# deploy script +./deploy |