diff options
author | Alan Pearce | 2024-06-28 14:12:55 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 14:12:55 +0200 |
commit | 0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e (patch) | |
tree | d4d738a0c500974f003652fed2498049ac478648 /.gitignore | |
parent | d8796c6430798e81225f0d48c77ad842e498ad5d (diff) | |
download | website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.tar.lz website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.tar.zst website-0fbf10f9d7bc4991084a2405ba7c3816b3a49e9e.zip |
simplify output directory tree
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2a3a860..130d516 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ vendor/ go.work # End of https://www.toptal.com/developers/gitignore/api/go -/website/ +/public/ /.pre-commit-config.yaml /result |